forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit85dac37
committed
pg_upgrade: preserve freeze info for postgres/template1 dbs
pg_database.datfrozenxid and pg_database.datminmxid were not preservedfor the 'postgres' and 'template1' databases. This could cause missingclog file errors on access to user tables and indexes after upgrades inthese databases.Backpatch through 9.01 parentce2fcc5 commit85dac37
1 file changed
+10
-10
lines changedLines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1302 | 1302 |
| |
1303 | 1303 |
| |
1304 | 1304 |
| |
| 1305 | + | |
1305 | 1306 |
| |
1306 |
| - | |
1307 |
| - | |
1308 |
| - | |
1309 |
| - | |
1310 |
| - | |
1311 |
| - | |
1312 |
| - | |
1313 |
| - | |
1314 |
| - | |
1315 |
| - | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
1316 | 1316 |
| |
1317 | 1317 |
| |
1318 | 1318 |
| |
|
0 commit comments
Comments
(0)