- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit9fc1c3a
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 parent1e45746 commit9fc1c3a
File tree
3 files changed
+6
-0
lines changed- src/pl/plperl
- input
- output
3 files changed
+6
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| 125 | + | |
125 | 126 |
| |
126 | 127 |
| |
127 | 128 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + |
0 commit comments
Comments
(0)