pgsql: Refactor create_limit_path() to share cost adjustment codewith - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Refactor create_limit_path() to share cost adjustment codewith
Date
Msg-id E1hBH6W-00083J-Ss@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: postgres_fdw: Modify regression tests for EPQ-related planningp
Next
From: Etsuro Fujita
Date:
Subject: pgsql: postgres_fdw: Perform the (FINAL,NULL) upperrel operations remo