pgsql: postgres_fdw: Modify regression tests for EPQ-related planningp - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: postgres_fdw: Modify regression tests for EPQ-related planningp
Date
Msg-id E1hBGrq-0007kb-3K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
postgres_fdw: Modify regression tests for EPQ-related planning problems.

This prevents the tests added by commit 4bbf6edfbd and adjusted by
commit 99f6a17dd6 from being useless by plan changes created by an
upcoming commit.

Author: Etsuro Fujita
Discussion: https://postgr.es/m/87pnz1aby9.fsf@news-spur.riddles.org.uk

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0269edefacb78700c95572c41a5a4c8633b631b6

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 118 ++++++++++++++-----------
contrib/postgres_fdw/sql/postgres_fdw.sql      |  12 ++-
2 files changed, 72 insertions(+), 58 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: postgres_fdw: Perform the (ORDERED,NULL) upperrel operations re
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Refactor create_limit_path() to share cost adjustment codewith