1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00
Files
postgres/src
Tom Lane abf293e155 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.
2005-11-03 17:34:03 +00:00
..
2005-11-03 17:00:54 +00:00
2005-11-03 17:00:54 +00:00
2005-10-29 00:31:52 +00:00
2005-07-30 03:07:42 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2004-06-01 03:32:42 +00:00