[COMMITTERS] pgsql: Refactor merge path generation code. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Refactor merge path generation code.
Date
Msg-id E1cJiHU-0005yq-Fg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refactor merge path generation code.

This shouldn't change the set of paths that get generated in any
way, but it is preparatory work for further changes to allow a
partial path to be merge-joined witih a non-partial path to produce
a partial join path.

Dilip Kumar, with cosmetic adjustments by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/59649c3f1cbd536314c0060dcabd234deab148b2

Modified Files
--------------
src/backend/optimizer/path/joinpath.c | 461 ++++++++++++++++++----------------
1 file changed, 250 insertions(+), 211 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Reorder pg_sequence columns to avoid alignment issue
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix corner-case bug in WaitEventSetWaitBlock on Windows.