Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql: doc: Fix documenation for snapshot export in logical decoding. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix documenation for snapshot export in logical decoding.
Date
Msg-id E1uJOtO-0004jU-1e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix documenation for snapshot export in logical decoding.

The documentation for exported snapshots in logical decoding previously
stated that snapshot creation may fail on a hot standby. This is no longer
accurate, as snapshot exporting on standbys has been supported since
PostgreSQL 10. This commit removes the outdated description.

Additionally, the docs referred to the NOEXPORT_SNAPSHOT option to
suppress snapshot exporting in CREATE_REPLICATION_SLOT. However,
since PostgreSQL 15, NOEXPORT_SNAPSHOT is considered legacy syntax
and retained only for backward compatibility. This commit updates
the documentation for v15 and later to use the modern equivalent:
SNAPSHOT 'nothing'. The older syntax is preserved in documentation for
v14 and earlier.

Back-patched to all supported branches.

Reported-by: Kevin K Biju <kevinkbiju@gmail.com>
Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Kevin K Biju <kevinkbiju@gmail.com>
Discussion: https://postgr.es/m/174791480466.798.17122832105389395178@wrigleys.postgresql.org
Backpatch-through: 13

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/90558dbf54830aa632ff880f65c7eb13f0ca7ec6

Modified Files
--------------
doc/src/sgml/logicaldecoding.sgml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 18 relnotes: clarify btree skip-scan item
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix documenation for snapshot export in logical decoding.