Fix problem with whole-row Vars referencing sub-select outputs, per
Tom Lane <tgl@sss.pgh.pa.us>
Fix problem with whole-row Vars referencing sub-select outputs, per example from Jim Dew. Add some simple regression tests, since this is an area we seem to break regularly :-(
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execQual.c | modified | +2 −2 |
| src/test/regress/expected/select.out | modified | +21 −0 |
| src/test/regress/sql/select.sql | modified | +6 −0 |