citus/src
Naisila Puka 2a6414c727
PG18: use data-checksums by default in upgrades (#8230)
Checksums are now on by default in PG18: 04bec894a

Upgrade to PG18 fails with the following error:
`old cluster does not use data checksums but the new one does`

To overcome this error, we add --data-checksums option such that
clusters with PG less than 18 also use data checksums.

Fixes #8229
2025-10-07 12:17:08 +03:00
..
backend Fix crash on create statistics with non-RangeVar type pt2 (#8227) 2025-10-07 11:56:20 +03:00
include Properly detect no-op shard-key updates via UPDATE / MERGE (#8214) 2025-09-30 10:13:47 +00:00
test PG18: use data-checksums by default in upgrades (#8230) 2025-10-07 12:17:08 +03:00