Re: allow spread checkpoints when changing checksums online - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: allow spread checkpoints when changing checksums online
Date
Msg-id 90D31839-3D46-444C-8C92-7399CE29B4BD@yesql.se
Whole thread
Responses Re: allow spread checkpoints when changing checksums online
List pgsql-hackers
> On 8 Jul 2026, at 13:53, Ewan Young <kdbase.hack@gmail.com> wrote:

> In func-admin.sgml the signature of pg_disable_data_checksums documents
> the default as false:
> 
> pg_disable_data_checksums ( fast bool DEFAULT false )
> but the actual default is true. pg_proc.dat sets

Nice catch and +1, I missed that one.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Wrong query result w/ propgraph single lateral col reference
Next
From: Marcos Pegoraro
Date:
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements