pgsql: Remove user_relns() SRF from regression tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove user_relns() SRF from regression tests.
Date: 2016-10-08 22:43:25
Message-ID: E1bt0Kz-00006k-4I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove user_relns() SRF from regression tests.

Back-patch commit 0dba54f1666ead71c54ce100b39efda67596d297 into the older
branches. This test is almost as much of a patching hazard there as it is
in HEAD, and it has no more reason to be needed than it does in HEAD.

I went back as far as 9.2; I judged 9.1 not worth the trouble since
it's on the verge of being EOL'd.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d491346839ea74d7efbebfe1d56a34617cb8b196

Modified Files
--------------
src/test/regress/input/create_function_2.source | 9 --
src/test/regress/input/misc.source | 3 -
src/test/regress/output/create_function_2.source | 8 --
src/test/regress/output/misc.source | 124 -----------------------
4 files changed, 144 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-08 23:29:50 pgsql: Fix two bugs in merging of inherited CHECK constraints.
Previous Message Tom Lane 2016-10-08 01:12:43 pgsql: libpqwalreceiver needs to link with libintl when using --enable-