]> granicus.if.org Git - postgresql/commit
Remove regression tests' CREATE FUNCTION commands for unused C functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Feb 2018 20:04:21 +0000 (15:04 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Feb 2018 20:04:53 +0000 (15:04 -0500)
commit5cedaeca261bfa330981e9e9abc7fb01b5a246cb
tree3fcf945e303a4b0de851d1da4baa8fb5476acc59
parent5ccb77586955375167917c9910c0fc29cd3cfea5
Remove regression tests' CREATE FUNCTION commands for unused C functions.

I removed these functions altogether in HEAD, in commit db3af9feb, and
it emerges that that causes trouble for cross-branch upgrade testing.
We could put back stub functions but that seems pretty silly.  Instead,
back-patch a minimal subset of db3af9feb, namely just removing the
CREATE FUNCTION commands.

Discussion: https://postgr.es/m/11927.1519756619@sss.pgh.pa.us
src/test/regress/input/create_function_1.source
src/test/regress/input/create_function_2.source
src/test/regress/output/create_function_1.source
src/test/regress/output/create_function_2.source