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 CACG9ogx8JzdYvv_qJCtBwxNUQbYHf3Wb48oJ8pcgjH4aVsC5nA@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  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-general
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.



On Fri, Sep 15, 2017 at 9:36 AM, Craig Ringer <craig@2ndquadrant.com> wrote:


Do you have any idle/old replication slots, perhaps from failed node joins or abandoned nodes not properly parted?

SELECT *
FROM pg_replication_slots;

Also check

SELECT oid,*
FROM pg_database;


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



--

pgsql-general by date:

Previous
From: George Neuner
Date:
Subject: Re: [GENERAL] looking for a globally unique row ID
Next
From: Craig Ringer
Date:
Subject: Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory