forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit38c1871
committed
Fix pg_upgrade's cross-version tests when old < 18
Because in the 18 cycle we turned checksums on by default with commit04bec89, and pg_upgrade fails if the setting doesn't match in oldand new clusters, the built-in cross-version pg_upgrade test is failingif the old version is older than 18. Fix the script so that it createsthe old cluster with checksums enabled (-k) in cross-version scenarios.This went unnoticed because the buildfarm doesn't use the same test codefor cross-version testing.Reviewed-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/202411071838.7fgkb7uvavvz@alvherre.pgsql1 parentf05b5e6 commit38c1871
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
183 | 187 |
| |
184 | 188 |
| |
185 | 189 |
| |
|
0 commit comments
Comments
(0)