synchronous_commit
A parameter determining when successful processing of a commit is reported
synchronous_commit
is a configuration parameter determining at what point PostgreSQL reports successful processing of a commit to the client.
synchronous_commit
was added in PostgreSQL 8.3.
Default value
The default value for synchronous_commit
is: on.
Change history
- PostgreSQL 9.6
remote_apply
setting added (commit 314cbfc5)
- PostgreSQL 9.2
remote_write
setting added (initial commit 443b4821)
- PostgreSQL 9.1
local
setting added (commit 240067b3)
- PostgreSQL 8.3
- added (commit 4a78cdeb)
References
- PostgreSQL documentation: synchronous_commit
Categories
See also
synchronous_standby_names, wal_writer_delay