pgsql: Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)

2025-02-21 Thread Michael Paquier
Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) Dumps from versions older than v16 do not know about NO INDENT in a XMLSERIALIZE() clause. This commit adjusts AdjustUpgrade.pm so as NO INDENT is discarded in the contents of the new dump adjusted for comparison when the old version is v15

pgsql: Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)

2025-02-21 Thread Michael Paquier
Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) Dumps from versions older than v16 do not know about NO INDENT in a XMLSERIALIZE() clause. This commit adjusts AdjustUpgrade.pm so as NO INDENT is discarded in the contents of the new dump adjusted for comparison when the old version is v15

pgsql: Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)

2025-02-21 Thread Michael Paquier
Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) Dumps from versions older than v16 do not know about NO INDENT in a XMLSERIALIZE() clause. This commit adjusts AdjustUpgrade.pm so as NO INDENT is discarded in the contents of the new dump adjusted for comparison when the old version is v15