[COMMITTERS] pgsql: Fix a couple of planner bugs in Gather Merge. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix a couple of planner bugs in Gather Merge.
Date
Msg-id E1cm1Yx-0006Ut-UE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix a couple of planner bugs in Gather Merge.

Neha Sharma reported these to Rushabh Lathia just after I commit
355d3993c53ed62c5b53d020648e4fbcfbf5f155 went in.  The patch is
Rushabh's, with input from me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0ee92e1c9b570f90d043e5b033a19b67497ea1f6

Modified Files
--------------
src/backend/optimizer/plan/createplan.c | 3 ++-
src/backend/optimizer/plan/planner.c    | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Use SQL standard error code for nextval
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix bug in parallel tidbitmap iteration.