pgsql: Refactor merge path generation code.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor merge path generation code.
Date: 2016-12-21 14:54:12
Message-ID: E1cJiHU-0005yq-Fg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-12-21 15:31:18 Re: [COMMITTERS] pgsql: Implement table partitioning.
Previous Message Peter Eisentraut 2016-12-21 14:11:22 pgsql: Reorder pg_sequence columns to avoid alignment issue