pgsql: Log messages for replication slot acquisition and release.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Log messages for replication slot acquisition and release.
Date: 2023-11-21 02:40:02
Message-ID: E1r5GgE-006SIn-3C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log messages for replication slot acquisition and release.

This commit log messages (at LOG level when log_replication_commands is
set, otherwise at DEBUG1 level) when walsenders acquire and release
replication slots. These messages help to know the lifetime of a
replication slot - one can know how long a streaming standby, logical
subscriber, or replication slot consumer is down. These messages will be
useful on production servers to debug and analyze inactive replication
slots.

Note that these messages are emitted only for walsenders but not for
backends. This is because walsenders are the ones that typically hold
replication slots for longer durations, unlike backends which hold them
for executing replication related functions.

Author: Bharath Rupireddy
Reviewed-by: Peter Smith, Amit Kapila, Alvaro Herrera
Discussion: http://postgr.es/m/CALj2ACX17G7F-jeLt+7KhJ6YxVeRwR8Zk0rDh4VnT546o0UpTQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7c3fb505b14e86581b6a052075a294c78c91b123

Modified Files
--------------
doc/src/sgml/config.sgml | 11 ++++++-----
src/backend/replication/slot.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-11-21 04:55:14 pgsql: Simplify some logic in CreateReplicationSlot()
Previous Message Andres Freund 2023-11-21 01:53:02 pgsql: meson: docs: Add {html,man} targets, rename install-doc-*