- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitdac37e3
committed
doc: Fix documenation for snapshot export in logical decoding.
The documentation for exported snapshots in logical decoding previouslystated that snapshot creation may fail on a hot standby. This is no longeraccurate, as snapshot exporting on standbys has been supported sincePostgreSQL 10. This commit removes the outdated description.Additionally, the docs referred to the NOEXPORT_SNAPSHOT option tosuppress snapshot exporting in CREATE_REPLICATION_SLOT. However,since PostgreSQL 15, NOEXPORT_SNAPSHOT is considered legacy syntaxand retained only for backward compatibility. This commit updatesthe documentation for v15 and later to use the modern equivalent:SNAPSHOT 'nothing'. The older syntax is preserved in documentation forv14 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.orgBackpatch-through: 131 parente087b5b commitdac37e3
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
386 |
| - | |
387 |
| - | |
388 |
| - | |
| 386 | + | |
| 387 | + | |
389 | 388 |
| |
390 | 389 |
| |
391 | 390 |
| |
|
0 commit comments
Comments
(0)