pgsql-server/src/backend/optimizer/path pathkeys.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/optimizer/path pathkeys.c
Date
Msg-id 20030502194853.F02AC4763FC@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/02 15:48:53

Modified files:
    src/backend/optimizer/path: pathkeys.c

Log message:
    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.


pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg ecpglib/conne ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ ontrib/intagg/int_aggregate.c oc ...