]> granicus.if.org Git - postgresql/commit
Remove user_relns() SRF from regression tests.
authorAndres Freund <andres@anarazel.de>
Tue, 13 Sep 2016 02:01:16 +0000 (19:01 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 13 Sep 2016 02:37:16 +0000 (19:37 -0700)
commit0dba54f1666ead71c54ce100b39efda67596d297
tree88a3f3e692569211da9a69c61399ae243a84c754
parent9f478b4f19d8e26300ae19e42c26343f5791e32a
Remove user_relns() SRF from regression tests.

The output of the function changes whenever previous (or, as in this
case, concurrent) tests leave a table in place. That causes unneeded
churn.

This should fix failures due to the tests added bfe16d1a5, like on
lapwing, caused by the tsrf test running concurrently with misc. Those
could also have been addressed by using temp tables, but that test has
annoyed me before.

Discussion: <27626.1473729905@sss.pgh.pa.us>
src/test/regress/input/create_function_2.source
src/test/regress/input/misc.source
src/test/regress/output/create_function_2.source
src/test/regress/output/misc.source