Contents
wal_consistency_checking
A system parameter for verifying WAL redo routines
wal_consistency_checking
is a configuration parameter to enable verification of WAL redo routines. It is not intended for production use.
wal_consistency_checking
was added in PostgreSQL 10.
Usage
wal_consistency_checking
is intended for use by developers, and as it is very resource-intensive, should only be enabled when required.
wal_consistency_checking
can be used in regression tests by including it in the variable PG_TEST_EXTRA
, which will cause it to be used in 027_stream_regress.pl
. See the Additional Test Suites section of the PostgreSQL documentation for more details.
Change history
- PostgreSQL 10
- added (commit a507b869)
References
- PostgreSQL documentation: wal_consistency_checking