forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0bd9560
committed
Fix cross-version upgrade tests.
TestUpgradeXversion knows how to make the main regression database'sreferences to pg_regress.so be version-independent. But it doesn'tdo that for plperl's database, so that the C function added bycommitb7e3a52 is causing cross-version upgrade test failures.Path of least resistance is to just drop the function at the endof the new test.In <= v14, also take the opportunity to clean up the generatedtest files.Security:CVE-2024-109791 parent9f97c31 commit0bd9560
File tree
3 files changed
+6
-0
lines changed- src/pl/plperl
- input
- output
3 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
0 commit comments
Comments
(0)