diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-03 17:34:03 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-03 17:34:03 +0000 |
commit | abf293e155e6625845169d42c33d77d381e40d6a (patch) | |
tree | 364a6c332e25a193059fc95711ef5e7f9a88aaf2 /src/backend/access/gist/gistvacuum.c | |
parent | 902377c465031947d747bb2e3912b22a92329b7f (diff) | |
download | postgresql-abf293e155e6625845169d42c33d77d381e40d6a.tar.gz postgresql-abf293e155e6625845169d42c33d77d381e40d6a.zip |
Fix the recently-added code that eliminates unnecessary SubqueryScan nodes
from a finished plan tree. We have to copy the output column names
(resname fields) from the SubqueryScan down to its child plan node;
else, if this is the topmost level of the plan, the wrong column names
will be delivered to the client. Per bug #2017 reported by Jolly Chen.
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions