Re: Making Vars outer-join aware

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "Finnerty, Jim" <jfinnert(at)amazon(dot)com>
Subject: Re: Making Vars outer-join aware
Date: 2023-01-23 20:38:06
Message-ID: 2043562.1674506286@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The cfbot shows that this needs to be rebased over 8eba3e3f0.
(Just code motion, no interesting changes.)

Richard, are you planning to review this any more? I'm getting
a little antsy to get it committed. For such a large patch,
it's surprising it's had so few conflicts to date.

regards, tom lane

Attachment Content-Type Size
v9-0000-add-overview-documentation.patch text/x-diff 28.5 KB
v9-0001-preliminary-refactoring.patch text/x-diff 55.8 KB
v9-0002-label-Var-nullability-in-parser.patch text/x-diff 22.1 KB
v9-0003-cope-with-nullability-in-planner.patch text/x-diff 190.8 KB
v9-0004-add-rinfo-serial-numbers.patch text/x-diff 26.8 KB
v9-0005-fix-flatten_join_alias_vars.patch text/x-diff 14.4 KB
v9-0006-fix-FDWs.patch text/x-diff 9.7 KB
v9-0007-avoid-using-nullable_relids.patch text/x-diff 9.8 KB
v9-0008-remove-nullable_relids.patch text/x-diff 40.7 KB
v9-0009-simplify-dummy-join-clauses.patch text/x-diff 13.6 KB
v9-0010-remove-delay-upper-joins.patch text/x-diff 25.6 KB
v9-0011-remove-outerjoin-delayed.patch text/x-diff 34.9 KB
v9-0012-invent-join-domains.patch text/x-diff 54.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2023-01-23 20:41:45 Re: Fix incorrect comment reference
Previous Message Corey Huinker 2023-01-23 20:31:33 Re: Add SHELL_EXIT_CODE to psql