aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-07-15 22:02:51 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-07-15 22:02:51 +0000
commit59857b46a8e3daf0f7c0794a853b8601ea3f2535 (patch)
tree01aa7da0feef61693e360678d78e5edf7cc1d5fd /src/backend/commands/dbcommands.c
parent5e544e4eb74e9e1b3197bd72855908d5d9e7b7f9 (diff)
downloadpostgresql-59857b46a8e3daf0f7c0794a853b8601ea3f2535.tar.gz
postgresql-59857b46a8e3daf0f7c0794a853b8601ea3f2535.zip
Fix create_unique_plan() so it doesn't generate useless entries in the
output targetlist of the Unique or HashAgg plan. This code was OK when written, but subsequent changes to use "physical tlists" where possible had broken it: given an input subplan that has extra variables added to avoid a projection step, it would copy those extra variables into the upper tlist, which is pointless since a projection has to happen anyway.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions