agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Add logical decoding status to pg_control_checkpoint().
2+ messages / 1 participants
[nested] [flat]

* pgsql: Add logical decoding status to pg_control_checkpoint().
@ 2026-07-21 00:12  Masahiko Sawada <msawada@postgresql.org>
  0 siblings, 0 replies; 2+ messages in thread

From: Masahiko Sawada @ 2026-07-21 00:12 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add logical decoding status to pg_control_checkpoint().

Commit 8108765f04b added the logical decoding status to the
pg_controldata output, but overlooked the pg_control_checkpoint() SQL
function, which reports the same checkpoint information. This commit
adds a logical_decoding column to pg_control_checkpoint(), placed
after full_page_writes to match the pg_controldata output order.

Oversight in 8108765f04b.

Bump catalog version.

Reported-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwEkp1-1n5iC38+yHSNh955+KshwtCL6DzA0vk_vuUF_Eg@mail.gmail.com
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/99e949f846e9d4c02296795ad041e55d88b1d320

Modified Files
--------------
doc/src/sgml/func/func-info.sgml        |  5 +++++
src/backend/utils/misc/pg_controldata.c | 35 ++++++++++++++++++---------------
src/include/catalog/catversion.h        |  2 +-
src/include/catalog/pg_proc.dat         |  6 +++---
4 files changed, 28 insertions(+), 20 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* pgsql: Add logical decoding status to pg_control_checkpoint().
@ 2026-07-21 00:12  Masahiko Sawada <msawada@postgresql.org>
  0 siblings, 0 replies; 2+ messages in thread

From: Masahiko Sawada @ 2026-07-21 00:12 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add logical decoding status to pg_control_checkpoint().

Commit 8108765f04b added the logical decoding status to the
pg_controldata output, but overlooked the pg_control_checkpoint() SQL
function, which reports the same checkpoint information. This commit
adds a logical_decoding column to pg_control_checkpoint(), placed
after full_page_writes to match the pg_controldata output order.

Oversight in 8108765f04b.

Bump catalog version.

Reported-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwEkp1-1n5iC38+yHSNh955+KshwtCL6DzA0vk_vuUF_Eg@mail.gmail.com
Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4ca78f292de7b86495cec0a416dc047d94df96c4

Modified Files
--------------
doc/src/sgml/func/func-info.sgml        |  5 +++++
src/backend/utils/misc/pg_controldata.c | 35 ++++++++++++++++++---------------
src/include/catalog/catversion.h        |  2 +-
src/include/catalog/pg_proc.dat         |  6 +++---
4 files changed, 28 insertions(+), 20 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2026-07-21 00:12 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 00:12 pgsql: Add logical decoding status to pg_control_checkpoint(). Masahiko Sawada <msawada@postgresql.org>
2026-07-21 00:12 pgsql: Add logical decoding status to pg_control_checkpoint(). Masahiko Sawada <msawada@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