agora inbox for pgsql-committers@postgresql.orghelp / color / mirror / Atom feed
pgsql: doc: fix reference for finding replication slots to drop 6+ messages / 1 participants [nested] [flat]
* pgsql: doc: fix reference for finding replication slots to drop @ 2026-06-12 02:11 Fujii Masao <fujii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Fujii Masao @ 2026-06-12 02:11 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org doc: fix reference for finding replication slots to drop Commit a70bce43fb added instructions on how to recover if PostgreSQL refuses to issue new transaction IDs because of imminent wraparound, but when describing how to find replication slots that should be dropped, it referred to pg_stat_replication where it should have referenced pg_replication_slots. In passing, decorate references to views with <structname> tags. Backpatch to all supported versions. Reported-By: Sanjaya Waruna <sanjaya.waruna@gmail.com> Author: Laurenz Albe <laurenz.albe@cybertec.at> Reviewed-by: Robert Treat <rob@xzilla.net> Reviewed-by: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/176767268098.1084085.10345048667224193115@wrigleys.postgresql.org Backpatch-through: 14 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/67bd944c0e61baf01eae61fcf54cc96011455ebb Modified Files -------------- doc/src/sgml/maintenance.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: doc: fix reference for finding replication slots to drop @ 2026-06-12 02:11 Fujii Masao <fujii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Fujii Masao @ 2026-06-12 02:11 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org doc: fix reference for finding replication slots to drop Commit a70bce43fb added instructions on how to recover if PostgreSQL refuses to issue new transaction IDs because of imminent wraparound, but when describing how to find replication slots that should be dropped, it referred to pg_stat_replication where it should have referenced pg_replication_slots. In passing, decorate references to views with <structname> tags. Backpatch to all supported versions. Reported-By: Sanjaya Waruna <sanjaya.waruna@gmail.com> Author: Laurenz Albe <laurenz.albe@cybertec.at> Reviewed-by: Robert Treat <rob@xzilla.net> Reviewed-by: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/176767268098.1084085.10345048667224193115@wrigleys.postgresql.org Backpatch-through: 14 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/556324c386287f5fdd3f6a7848511b46c8fda597 Modified Files -------------- doc/src/sgml/maintenance.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: doc: fix reference for finding replication slots to drop @ 2026-06-12 02:11 Fujii Masao <fujii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Fujii Masao @ 2026-06-12 02:11 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org doc: fix reference for finding replication slots to drop Commit a70bce43fb added instructions on how to recover if PostgreSQL refuses to issue new transaction IDs because of imminent wraparound, but when describing how to find replication slots that should be dropped, it referred to pg_stat_replication where it should have referenced pg_replication_slots. In passing, decorate references to views with <structname> tags. Backpatch to all supported versions. Reported-By: Sanjaya Waruna <sanjaya.waruna@gmail.com> Author: Laurenz Albe <laurenz.albe@cybertec.at> Reviewed-by: Robert Treat <rob@xzilla.net> Reviewed-by: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/176767268098.1084085.10345048667224193115@wrigleys.postgresql.org Backpatch-through: 14 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/e90251176da4fb0a6ffed01b5aaff9621b93cf4d Modified Files -------------- doc/src/sgml/maintenance.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: doc: fix reference for finding replication slots to drop @ 2026-06-12 02:11 Fujii Masao <fujii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Fujii Masao @ 2026-06-12 02:11 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org doc: fix reference for finding replication slots to drop Commit a70bce43fb added instructions on how to recover if PostgreSQL refuses to issue new transaction IDs because of imminent wraparound, but when describing how to find replication slots that should be dropped, it referred to pg_stat_replication where it should have referenced pg_replication_slots. In passing, decorate references to views with <structname> tags. Backpatch to all supported versions. Reported-By: Sanjaya Waruna <sanjaya.waruna@gmail.com> Author: Laurenz Albe <laurenz.albe@cybertec.at> Reviewed-by: Robert Treat <rob@xzilla.net> Reviewed-by: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/176767268098.1084085.10345048667224193115@wrigleys.postgresql.org Backpatch-through: 14 Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/eb6190f197f4d63b6842ee9a436803c870d22851 Modified Files -------------- doc/src/sgml/maintenance.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: doc: fix reference for finding replication slots to drop @ 2026-06-12 02:12 Fujii Masao <fujii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Fujii Masao @ 2026-06-12 02:12 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org doc: fix reference for finding replication slots to drop Commit a70bce43fb added instructions on how to recover if PostgreSQL refuses to issue new transaction IDs because of imminent wraparound, but when describing how to find replication slots that should be dropped, it referred to pg_stat_replication where it should have referenced pg_replication_slots. In passing, decorate references to views with <structname> tags. Backpatch to all supported versions. Reported-By: Sanjaya Waruna <sanjaya.waruna@gmail.com> Author: Laurenz Albe <laurenz.albe@cybertec.at> Reviewed-by: Robert Treat <rob@xzilla.net> Reviewed-by: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/176767268098.1084085.10345048667224193115@wrigleys.postgresql.org Backpatch-through: 14 Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/87432b56b21d94a282c7fc2b7a12601421081d48 Modified Files -------------- doc/src/sgml/maintenance.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: doc: fix reference for finding replication slots to drop @ 2026-06-12 02:12 Fujii Masao <fujii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Fujii Masao @ 2026-06-12 02:12 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org doc: fix reference for finding replication slots to drop Commit a70bce43fb added instructions on how to recover if PostgreSQL refuses to issue new transaction IDs because of imminent wraparound, but when describing how to find replication slots that should be dropped, it referred to pg_stat_replication where it should have referenced pg_replication_slots. In passing, decorate references to views with <structname> tags. Backpatch to all supported versions. Reported-By: Sanjaya Waruna <sanjaya.waruna@gmail.com> Author: Laurenz Albe <laurenz.albe@cybertec.at> Reviewed-by: Robert Treat <rob@xzilla.net> Reviewed-by: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/176767268098.1084085.10345048667224193115@wrigleys.postgresql.org Backpatch-through: 14 Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/e3a4e9edd5c0ed1d1ae1ec00fbc27cf8f8598515 Modified Files -------------- doc/src/sgml/maintenance.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2026-06-12 02:12 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-06-12 02:11 pgsql: doc: fix reference for finding replication slots to drop Fujii Masao <fujii@postgresql.org> 2026-06-12 02:11 pgsql: doc: fix reference for finding replication slots to drop Fujii Masao <fujii@postgresql.org> 2026-06-12 02:11 pgsql: doc: fix reference for finding replication slots to drop Fujii Masao <fujii@postgresql.org> 2026-06-12 02:11 pgsql: doc: fix reference for finding replication slots to drop Fujii Masao <fujii@postgresql.org> 2026-06-12 02:12 pgsql: doc: fix reference for finding replication slots to drop Fujii Masao <fujii@postgresql.org> 2026-06-12 02:12 pgsql: doc: fix reference for finding replication slots to drop Fujii Masao <fujii@postgresql.org>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox