Postgres 9.3 has introduced data checksums at the data page level, using a CRC-16 algorithm for the checksum calculation. With 9.3, the only way to check if an existing server has checksums enabled was to have a look at the data folder using pg_controldata like that… $ pg_controldata $PGDATA | grep checksum Data page checksum [...]
↧