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:21 -0500 |
commit | 8d19f3fea003b1f744516b84cbdb0097ae7b2912 (patch) | |
tree | f11d22d96b8d11a0aa58b2fcdb03e787260a8d45 /contrib/jsonb_plpython/jsonb_plpython.c | |
parent | 4cd4f3b97492c1b38115d0563a2e55b136eb542a (diff) | |
download | postgresql-8d19f3fea003b1f744516b84cbdb0097ae7b2912.tar.gz postgresql-8d19f3fea003b1f744516b84cbdb0097ae7b2912.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 'contrib/jsonb_plpython/jsonb_plpython.c')
0 files changed, 0 insertions, 0 deletions