pgsql: Refactor create_limit_path() to share cost adjustment code with

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refactor create_limit_path() to share cost adjustment code with
Date: 2019-04-02 10:57:20
Message-ID: E1hBH6W-00083J-Ss@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor create_limit_path() to share cost adjustment code with FDWs.

This is in preparation for an upcoming commit.

Author: Etsuro Fujita
Reviewed-By: Antonin Houska and Jeff Janes
Discussion: https://postgr.es/m/87pnz1aby9.fsf@news-spur.riddles.org.uk

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aef65db6769e3f2c855dd89edcf95a536a9ab74f

Modified Files
--------------
src/backend/optimizer/util/pathnode.c | 87 ++++++++++++++++++++++-------------
src/include/optimizer/pathnode.h | 3 ++
2 files changed, 58 insertions(+), 32 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-04-02 11:33:33 pgsql: postgres_fdw: Perform the (FINAL, NULL) upperrel operations remo
Previous Message Etsuro Fujita 2019-04-02 10:42:10 pgsql: postgres_fdw: Modify regression tests for EPQ-related planning p