pgsql: Refactor create_limit_path() to share cost adjustment codewith

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема pgsql: Refactor create_limit_path() to share cost adjustment codewith
Дата
Msg-id E1hBH6W-00083J-Ss@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: postgres_fdw: Modify regression tests for EPQ-related planningp
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: postgres_fdw: Perform the (FINAL,NULL) upperrel operations remo