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

From Peter Eisentraut
Subject Re: [HACKERS] Function to move the position of a replication slot
Date
Msg-id f0586aad-67d7-f742-0b47-951b0fdfcc08@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Function to move the position of a replication slot  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [HACKERS] Function to move the position of a replication slot
Re: [HACKERS] Function to move the position of a replication slot
List pgsql-hackers
On 8/31/17 08:19, Magnus Hagander wrote:
> Rebased. Now named pg_advance_replication_slot. ERROR on logical slots.
> Forward only. 
> 
> I think that, in the end, covered all the comments?

I didn't see any explanation of what this would actually be useful for.
I suppose you could skip over some changes you don't want replicated,
but how do you find to what position to skip?

Logical replication has a similar mechanism, using the function
pg_replication_origin_advance().  Any overlap there?  (Maybe the names
could be aligned.)
(https://www.postgresql.org/docs/devel/static/logical-replication-conflicts.html)

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: [HACKERS] memory fields from getrusage()
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Function to move the position of a replication slot