pgsql: postgres_fdw: Modify regression tests for EPQ-related planning p

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postgres_fdw: Modify regression tests for EPQ-related planning p
Date: 2019-04-02 10:42:10
Message-ID: E1hBGrq-0007kb-3K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-04-02 10:57:20 pgsql: Refactor create_limit_path() to share cost adjustment code with
Previous Message Etsuro Fujita 2019-04-02 10:23:48 pgsql: postgres_fdw: Perform the (ORDERED, NULL) upperrel operations re