synchronous_commit_doc_v1.patch

application/octet-stream

Filename: synchronous_commit_doc_v1.patch
Type: application/octet-stream
Part: 0
Message: Re: [COMMITTERS] pgsql: Add new replication mode synchronous_commit = 'write'.

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
Series: patch v1
File+
doc/src/sgml/config.sgml 3 0
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
***************
*** 1662,1667 **** SET ENABLE_SEQSCAN TO OFF;
--- 1662,1670 ----
          to allow the transaction to commit asynchronously.  However, the
          special value <literal>local</> is available for transactions that
          wish to wait for local flush to disk, but not synchronous replication.
+         If <varname>synchronous_standby_names</> is not set, <literal>on</>,
+         <literal>remote_write</> and <literal>local</> provide the same
+         synchronization level; transaction commit only waits for local flush.
         </para>
         <para>
          This parameter can be changed at any time; the behavior for any