pgsql: Extend near-wraparound hints to include replication slots - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Extend near-wraparound hints to include replication slots
Date
Msg-id E1eUvJS-0002Q4-Sy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Extend near-wraparound hints to include replication slots

Author: Feike Steenbergen
Reviewed-by: Michael Paquier

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2958a672b1fed35403b23c2b453aede9f7ef4b39

Modified Files
--------------
doc/src/sgml/logicaldecoding.sgml      |  8 +++++---
src/backend/access/transam/multixact.c | 12 ++++++------
src/backend/access/transam/varsup.c    | 12 ++++++------
src/backend/commands/vacuum.c          |  3 ++-
4 files changed, 19 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add pow(), aka power(), function to pgbench.
Next
From: Simon Riggs
Date:
Subject: pgsql: Fix race condition when changing synchronous_standby_names