OSDN Git Service

Repair sloppiness about where cached mergeclause pathkeys are allocated.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 May 2003 19:48:53 +0000 (19:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 May 2003 19:48:53 +0000 (19:48 +0000)
commit1940434f1ef8475c8b59bb8ff03e3f3a10cac6ae
tree5772c0b9e4d9c58f577be0506502532197f02914
parentf7d836212a33cfcc77c0d32272bd3ce116dc95ad
Repair sloppiness about where cached mergeclause pathkeys are allocated.
Without this fix, CVS tip dumps core when running the regression tests
with geqo_threshold = 2.  I would think that a similar patch might be
needed in 7.3, but cannot duplicate the failure in that branch --- so
for now, leave well enough alone.
src/backend/optimizer/path/pathkeys.c