pgsql: Merge dblink's paths test script into its main test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Merge dblink's paths test script into its main test.
Date: 2021-12-20 21:49:58
Message-ID: E1mzQXe-0001SA-1D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-12-21 17:12:46 pgsql: Add missing EmitWarningsOnPlaceholders() calls.
Previous Message Tom Lane 2021-12-20 19:16:06 pgsql: Remove dynamic translation of regression test scripts, step 1.