- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit1412781
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 parenta79ede0 commit1412781
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
339 |
| - | |
| 338 | + | |
340 | 339 |
| |
341 | 340 |
| |
342 | 341 |
| |
|
0 commit comments
Comments
(0)