Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory

Поиск
Список
Период
Сортировка
От milist ujang
Тема Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory
Дата
Msg-id CACG9ogyTw45aqT1yKjXjNpU=fn29O_VZb-svf3i7bLJjGL1mag@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: [GENERAL] BDR, near xid wraparound, a lot of files in pg_subtrans directory  (milist ujang <ujang.milist@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Frank Millman"
Дата:
Сообщение: Re: [GENERAL] a JOIN to a VIEW seems slow
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [GENERAL] pg_rewind issue