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/[email protected] Branch ------ REL9_5_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/85be69154a1edc9abd9e1557ad7b2f09c0ad88bc Modified Files -------------- src/test/regress/input/create_function_1.source | 5 ----- src/test/regress/input/create_function_2.source | 5 ----- src/test/regress/output/create_function_1.source | 4 ---- src/test/regress/output/create_function_2.source | 4 ---- 4 files changed, 18 deletions(-)
