Re: hot_standby_feedback parameter doesn't work

Поиск
Список
Период
Сортировка
От Rui DeSousa
Тема Re: hot_standby_feedback parameter doesn't work
Дата
Msg-id 2B832E7A-146E-4818-B080-4EF15F0F291C@crazybean.net
обсуждение исходный текст
Ответ на Re: hot_standby_feedback parameter doesn't work  (Andrey Zhidenkov <andrey.zhidenkov@gmail.com>)
Ответы Re: hot_standby_feedback parameter doesn't work  (Andrey Zhidenkov <andrey.zhidenkov@gmail.com>)
Список pgsql-admin

> On Nov 13, 2018, at 4:18 AM, Andrey Zhidenkov <andrey.zhidenkov@gmail.com> wrote:
>
> Yes, they are streaming replicas. Could you please tell me how to
> check xmin of the replica in pg_stat_activity? I didn't get the point.
>

select pid
 , usename
 , application_name
 , backend_start
 , backend_xmin
 , state
from pg_stat_replication
;

select pid
 , state
 , backend_xid
 , backend_xmin
 , backend_type
 , backend_start
from pg_stat_activity
where backend_xmin is not null
;

Vacuum will use the xmin to determine if a record is still needed or not thus I just wanted to make sure the replica
aresending that information to the master.   

What is the exact error message?



В списке pgsql-admin по дате отправления:

Предыдущее
От: Pepe TD Vo
Дата:
Сообщение: Re: Ora2pg Not Getting Installed- Please Provide Inputs
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: PostgreSQL 10.5 : Logical replication timeout results in PANIC inpg_wal "No space left on device"