forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc4252c9
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 parenta34c33f commitc4252c9
2 files changed
+5
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| 54 | + | |
| 55 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + |
0 commit comments
Comments
(0)