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-00006m-4M@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_2_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/7ca8895e48682061583f37bb46afc2aa2591875a
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 | 113 -----------------------
4 files changed, 133 deletions(-)
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- |