forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit665cafe
committed
Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)
Dumps from versions older than v16 do not know about NO INDENT in aXMLSERIALIZE() clause. This commit adjusts AdjustUpgrade.pm so as NOINDENT is discarded in the contents of the new dump adjusted forcomparison when the old version is v15 or older. This should be enoughto make the cross-version upgrade tests pass.Per report from buildfarm member crake. Oversight in984410b.Reviewed-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/88b183f1-ebf9-4f51-9144-3704380ccae7@dunslane.netBackpatch-through: 161 parent329304c commit665cafe
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
636 | 636 |
| |
637 | 637 |
| |
638 | 638 |
| |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
639 | 645 |
| |
640 | 646 |
| |
641 | 647 |
| |
|
0 commit comments
Comments
(0)