postgresql/src/bin
Daniel Gustafsson b3a37ffbc5 Use PG_DATA_CHECKSUM_OFF instead of hardcoded value
For a long time, the online checksums patchset kept the "off" state as
literal zero without a label to be consistent with the previous coding
which only had a label for the "on" state.  Later, when an "off" label
was made not all uses in the code got the memo.  Fix by setting these
to PG_DATA_CHECKSUM_OFF.

While there, fix a duplicate word in a comment introduced by the same
commit.

Author: Aleksander Alekseev <aleksander@tigerdata.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAJ7c6TPRTnQFXXX1CRcYoTLXw2swtDH==uSz1MYoMKdLrKZHjA@mail.gmail.com
2026-04-06 22:11:53 +02:00
..
initdb ssl: Serverside SNI support for libpq 2026-03-18 12:37:11 +01:00
pg_amcheck Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_archivecleanup Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_basebackup Harden astreamer tar parsing logic against archives it can't handle. 2026-04-02 12:20:36 -04:00
pg_checksums Use PG_DATA_CHECKSUM_OFF instead of hardcoded value 2026-04-06 22:11:53 +02:00
pg_combinebackup Use PG_DATA_CHECKSUM_OFF instead of hardcoded value 2026-04-06 22:11:53 +02:00
pg_config Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_controldata Online enabling and disabling of data checksums 2026-04-03 22:58:51 +02:00
pg_ctl perl tap: Show failed command output 2026-04-02 08:13:44 -04:00
pg_dump Harden astreamer tar parsing logic against archives it can't handle. 2026-04-02 12:20:36 -04:00
pg_resetwal Change default of max_locks_per_transactions to 128 2026-04-03 20:27:46 +03:00
pg_rewind Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_test_fsync Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_test_timing pg_test_timing: Reduce per-loop overhead 2026-04-01 20:07:38 -04:00
pg_upgrade Use PG_DATA_CHECKSUM_OFF instead of hardcoded value 2026-04-06 22:11:53 +02:00
pg_verifybackup Further harden tests that might use not-so-compatible tar versions. 2026-04-02 17:21:27 -04:00
pg_waldump Online enabling and disabling of data checksums 2026-04-03 22:58:51 +02:00
pg_walsummary Fix accidentally cast away qualifiers 2026-01-26 16:02:31 +01:00
pgbench Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pgevent Update copyright for 2026 2026-01-01 13:24:10 -05:00
psql Add CONCURRENTLY option to REPACK 2026-04-06 21:55:08 +02:00
scripts Remove bits* typedefs. 2026-03-30 16:12:08 -05:00
Makefile Update copyright for 2026 2026-01-01 13:24:10 -05:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00