diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-11 13:57:21 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-11 13:57:40 -0500 |
commit | 64df8870097aa286363a5d81462802783abbfa61 (patch) | |
tree | 2cd30bd3d50c12637bf878e9fc89d469db7726f4 /src/backend/utils/init/postinit.c | |
parent | c335264c9e127ca0be828fc772702674f3563ba7 (diff) | |
download | postgresql-64df8870097aa286363a5d81462802783abbfa61.tar.gz postgresql-64df8870097aa286363a5d81462802783abbfa61.zip |
Fix cross-version upgrade tests.
TestUpgradeXversion knows how to make the main regression database's
references to pg_regress.so be version-independent. But it doesn't
do that for plperl's database, so that the C function added by
commit b7e3a52a8 is causing cross-version upgrade test failures.
Path of least resistance is to just drop the function at the end
of the new test.
In <= v14, also take the opportunity to clean up the generated
test files.
Security: CVE-2024-10979
Diffstat (limited to 'src/backend/utils/init/postinit.c')
0 files changed, 0 insertions, 0 deletions