pgsql: Save slot's restart_lsn when invalidated due to size - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Save slot's restart_lsn when invalidated due to size
Date
Msg-id E1jo9wu-0007JT-H6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Save slot's restart_lsn when invalidated due to size

We put it aside as invalidated_at, which let us show "lost" in
pg_replication slot.  Prior to this change, the state value was reported
as NULL.

Backpatch to 13.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/20200617.101707.1735599255100002667.horikyota.ntt@gmail.com
Discussion: https://postgr.es/m/20200407.120905.1507671100168805403.horikyota.ntt@gmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/12e52ba5a76e56aacdfbbb269e6b45c53d80c477

Modified Files
--------------
src/backend/replication/slot.c            |  1 +
src/backend/replication/slotfuncs.c       | 11 ++++++++++-
src/include/access/xlog.h                 |  2 +-
src/include/replication/slot.h            |  3 +++
src/test/recovery/t/019_replslot_limit.pl |  2 +-
5 files changed, 16 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add parens to ConvertToXSegs macro
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Adjust max_slot_wal_keep_size behavior per review