aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execUtils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-07-17 23:19:34 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-07-17 23:19:34 +0000
commitfb18055998f1f0256f827fe5de77b5d3369a9f21 (patch)
tree90a7275dac87b8082d2f4b2b73f1d6405ecef02b /src/backend/executor/execUtils.c
parentf5bc74192d2ffb32952a06c62b3458d28ff7f98f (diff)
downloadpostgresql-fb18055998f1f0256f827fe5de77b5d3369a9f21.tar.gz
postgresql-fb18055998f1f0256f827fe5de77b5d3369a9f21.zip
Repair bug #4926 "too few pathkeys for mergeclauses". This example shows
that the sanity checking I added to create_mergejoin_plan() in 8.3 was a few bricks shy of a load: the mergeclauses could reference pathkeys in a noncanonical order such as x,y,x, not only cases like x,x,y which is all that the code had allowed for. The odd cases only turn up when using redundant clauses in an outer join condition, which is why no one had noticed before.
Diffstat (limited to 'src/backend/executor/execUtils.c')
0 files changed, 0 insertions, 0 deletions