diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-07-08 00:14:33 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-07-08 00:14:33 +0000 |
commit | 8bed5e2726eac9950e149127553a426e2924df80 (patch) | |
tree | 6e90cb5edcbdcf30999c2167a294dbff4fd30ea4 /src/backend/commands/functioncmds.c | |
parent | c778f898188e931bfefda02c97c37864858f14de (diff) | |
download | postgresql-8bed5e2726eac9950e149127553a426e2924df80.tar.gz postgresql-8bed5e2726eac9950e149127553a426e2924df80.zip |
Fix "cannot handle unplanned sub-select" error that can occur when a
sub-select contains a join alias reference that expands into an expression
containing another sub-select. Per yesterday's report from Merlin Moncure
and subsequent off-list investigation.
Back-patch to 7.4. Older versions didn't attempt to flatten sub-selects in
ways that would trigger this problem.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions