doc: Fix data_checksums data type
Daniel Gustafsson <dgustafsson@postgresql.org>
Author:
Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2026-04-08T19:53:43Z
Releases:
19 (unreleased)
doc: Fix data_checksums data type Commit f19c0eccae96 changed the data_checksums GUC datatype from a boolean to an enum. This updates the documentation to accurately reflect its new type and document the new possible states: 'on', 'off', 'inprogress-on', and 'inprogress-off'. Also update the xref for more information to point to the section on data checksums rather than the initdb checksum option. Author: Lakshmi N <lakshmin.jhs@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CA+3i_M-AtTnqTB2KLBTpu-c-jvnTuy7bGxyxs80rgiQLxWrRUQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +5 −3 |
Discussion
- DOCS: Update data_checksums documentation to reflect enum change 2 messages · 2026-04-08