- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit0f29022
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 parent13d21b4 commit0f29022
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 |
| - | |
358 |
| - | |
359 |
| - | |
| 357 | + | |
| 358 | + | |
360 | 359 |
| |
361 | 360 |
| |
362 | 361 |
| |
|
0 commit comments
Comments
(0)