pgsql: Merge dblink's paths test script into its main test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Merge dblink's paths test script into its main test.
Date
Msg-id E1mzQXe-0001SA-1D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Merge dblink's paths test script into its main test.

There's no longer any reason to fire up a separate psql run
to create these functions.  (Some refactoring in the main
regression tests is also called for, but that will take
more thought.)

Discussion: https://postgr.es/m/1655733.1639871614@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0e6e7f0806b2080cb31f33ff992ec2e4e35fa6f1

Modified Files
--------------
contrib/dblink/Makefile            |  2 +-
contrib/dblink/expected/dblink.out | 18 ++++++++++++++++++
contrib/dblink/expected/paths.out  | 18 ------------------
contrib/dblink/sql/dblink.sql      | 23 +++++++++++++++++++++++
contrib/dblink/sql/paths.sql       | 23 -----------------------
5 files changed, 42 insertions(+), 42 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove dynamic translation of regression test scripts, step 2.
Next
From: Fujii Masao
Date:
Subject: pgsql: postgres_fdw: Allow postgres_fdw.application_name to include esc