]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_controldata: Show logical decoding status.
authorMasahiko Sawada <msawada@postgresql.org>
Thu, 16 Jul 2026 19:20:39 +0000 (12:20 -0700)
committerMasahiko Sawada <msawada@postgresql.org>
Thu, 16 Jul 2026 19:20:39 +0000 (12:20 -0700)
commit8108765f04b8dae252825123834fe350cafe174f
treeffd1eedbaeb6a5c3bc6779f1bd0e8f96bfbdc518
parentc209931bd40c9d47fd32903d4055a998856395d9
pg_controldata: Show logical decoding status.

The logical decoding status is stored in checkpoint records and used
to restore the status at server startup, but pg_controldata did not
show it. This information is useful for diagnosing issues around the
dynamic activation and deactivation of logical decoding.

Oversight in 67c20979ce7.

Reviewed-by: Guoqing Yang <yanggq1988@126.com>
Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Discussion: https://postgr.es/m/CAD21AoAnPAugUnDic+ESvrfXjXHk2bss9eHAD7zP0-Chy2UabA@mail.gmail.com
Backpatch-through: 19
src/bin/pg_controldata/pg_controldata.c