Sigh, I broke crake again
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-02-27T18:36:59Z
Lists: pgsql-hackers
I just committed some regression test cleanup that removed or renamed a couple of C-language functions in regress.so. I see that crake is now failing XversionUpgrade tests, and although I can't see the details, I bet the problem is from trying to load CREATE FUNCTION commands from the old regression databases that now don't point to an existing C function. Does it seem practical to adjust TestUpgradeXversion.pm to cope with this change? An alternative answer is to put back C-language stubs in regress.c for the removed functions, but that seems a bit grotty. regards, tom lane
Commits
-
Revert renaming of int44in/int44out.
- c40e20a83ce5 11.0 landed
-
Remove regression tests' CREATE FUNCTION commands for unused C functions.
- 0c4af129941b 9.3.23 landed
- 5cedaeca261b 9.4.18 landed
- 85be69154a1e 9.5.13 landed
- df3962c00b36 9.6.9 landed
- d6ff2e30395b 10.4 landed