[HACKERS] Function to move the position of a replication slot - Mailing list pgsql-hackers

From Magnus Hagander
Subject [HACKERS] Function to move the position of a replication slot
Date
Msg-id CABUevEwBdWPDXTs_cFy93GESq5JHbmo1v+y-6KWvce0sajLkhw@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Function to move the position of a replication slot  (Craig Ringer <craig@2ndquadrant.com>)
Re: [HACKERS] Function to move the position of a replication slot  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
PFA a patch that adds a new function, pg_move_replication_slot, that makes it possible to move the location of a replication slot without actually consuming all the WAL on it.

This can be useful for example to keep replication slots in sync between different servers in a replication cluster.

(Obviously this is intended for 11, as we're well into the freeze for 10. Just to be clear. so I'll go add itto the summer commitfest)

--
Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: [HACKERS] Error message on missing SCRAM authentication witholder clients
Next
From: Rajkumar Raghuwanshi
Date:
Subject: Re: [HACKERS] Adding support for Default partition in partitioning