Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL sender is immediately woken up by transaction commit, there's no need to wake up so aggressively.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +5 −2 |
| src/backend/replication/walsender.c | modified | +1 −1 |
| src/backend/utils/misc/guc.c | modified | +1 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |