diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-06-13 18:17:09 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-06-13 18:48:44 -0400 |
commit | b8b69d89905e04b910bcd65efce1791477b45d35 (patch) | |
tree | b2255c6cf2c2ad22b002023ad2d6b67a48a4f57d /src/backend/utils/adt/json.c | |
parent | 8b23db944b9d7f051e2f986cc1f55ade82621218 (diff) | |
download | postgresql-b8b69d89905e04b910bcd65efce1791477b45d35.tar.gz postgresql-b8b69d89905e04b910bcd65efce1791477b45d35.zip |
Revert "Reduce checkpoints and WAL traffic on low activity database server"
This reverts commit 18fb9d8d21a28caddb72c7ffbdd7b96d52ff9724. Per
discussion, it does not seem like a good idea to allow committed changes to
go un-checkpointed indefinitely, as could happen in a low-traffic server;
that makes us entirely reliant on the WAL stream with no redundancy that
might aid data recovery in case of disk failure.
This re-introduces the original problem of hot-standby setups generating a
small continuing stream of WAL traffic even when idle, but there are other
ways to address that without compromising crash recovery, so we'll revisit
that issue in a future release cycle.
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions