Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Simon Riggs
Subject wal_checksum = on (default) | off
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: wal_checksum = on (default) | off
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