wal_checksum = on (default) | off - Mailing list pgsql-patches

From Simon Riggs
Subject wal_checksum = on (default) | off
Date
Msg-id 1167920877.20749.105.camel@silverbirch.site
Whole thread Raw
Responses Re: wal_checksum = on (default) | off  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
In this thread, I outlined an idea for reducing cost of WAL CRC checking
http://archives.postgresql.org/pgsql-hackers/2006-10/msg01299.php

wal_checksum = on (default) | off

Recovery can occur with/without same setting of wal_checksum, to avoid
complications from crashes immediately after turning GUC on.

Patch enclosed here against CVS HEAD, passes make check.

Useful reduction in CPU for both normal operation and recovery.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com


Attachment

pgsql-patches by date:

Previous
From: Bill Moran
Date:
Subject: Re: [HACKERS] Patch to log usage of temporary files
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Patch to log usage of temporary files