From: | milist ujang <ujang(dot)milist(at)gmail(dot)com> |
---|---|
To: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: BDR, near xid wraparound, a lot of files in pg_subtrans directory |
Date: | 2017-09-15 03:46:02 |
Message-ID: | CACG9ogx8JzdYvv_qJCtBwxNUQbYHf3Wb48oJ8pcgjH4aVsC5nA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)2ndquadrant(dot)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
>
--
regards
ujang jaenudin | DBA Consultant (Freelancer)
http://ora62.wordpress.com
http://id.linkedin.com/pub/ujang-jaenudin/12/64/bab
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2017-09-15 04:14:46 | Re: BDR, near xid wraparound, a lot of files in pg_subtrans directory |
Previous Message | George Neuner | 2017-09-15 02:43:10 | Re: looking for a globally unique row ID |