Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory - Mailing list pgsql-general

From milist ujang
Subject Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory
Date
Msg-id CACG9ogyTw45aqT1yKjXjNpU=fn29O_VZb-svf3i7bLJjGL1mag@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory  (milist ujang <ujang.milist@gmail.com>)
List pgsql-general
Hi Craig,

So, is it safe to drop those list from this query output?

select riname from pg_replication_identifier where riname not in 
(select external_id from pg_replication_identifier_progress);

I cannot read pg_get_replication_identifier_progress function, is it likely c function?




On Fri, Sep 15, 2017 at 11:14 AM, Craig Ringer <craig@2ndquadrant.com> wrote:
On 15 September 2017 at 11:46, milist ujang <ujang.milist@gmail.com> wrote:
Hi Craig,

Thanks again for pointing to inactive replication slot.
After inactive replication slot been dropped, the relfrozenxid now moving.

I wonder if  replication identifier will have some issue if left un-chained? since at other side there are inactive replication identifier.

No, that's harmless.

However, if there's still an "other side" at all, you presumably have broken replication. 


--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



--

pgsql-general by date:

Previous
From: "Frank Millman"
Date:
Subject: Re: [GENERAL] a JOIN to a VIEW seems slow
Next
From: Michael Paquier
Date:
Subject: Re: [GENERAL] pg_rewind issue