agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
From: Masahiko Sawada <msawada@postgresql.org>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Add logical decoding status to pg_control_checkpoint().
Date: Tue, 21 Jul 2026 00:12:42 +0000
Message-ID: <E1wly6E-000000005oA-1AP5@gemulon.postgresql.org> (raw)

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(-)



view thread (2+ messages)

Message-ID: <E1wly6E-000000005oA-1AP5@gemulon.postgresql.org>
Permalink:  ../E1wly6E-000000005oA-1AP5@gemulon.postgresql.org/
Also on:    postgresql.org/message-id/E1wly6E-000000005oA-1AP5@gemulon.postgresql.org

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-committers@postgresql.org
  Cc: msawada@postgresql.org, pgsql-committers@lists.postgresql.org
  Subject: Re: pgsql: Add logical decoding status to pg_control_checkpoint().
  In-Reply-To: <E1wly6E-000000005oA-1AP5@gemulon.postgresql.org>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox