- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit90558db
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 parentcd3064f commit90558db
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
455 | 455 |
| |
456 | 456 |
| |
457 | 457 |
| |
458 |
| - | |
459 |
| - | |
460 |
| - | |
| 458 | + | |
| 459 | + | |
461 | 460 |
| |
462 | 461 |
| |
463 | 462 |
| |
|
0 commit comments
Comments
(0)