On a subscriber, why is last_msg_send_time in pg_stat_subscription sometimes null?

Поиск
Список
Период
Сортировка
От Koen De Groote
Тема On a subscriber, why is last_msg_send_time in pg_stat_subscription sometimes null?
Дата
Msg-id CAGbX52H8dDW8nVC8Zxg0-HFY58fAXd93XuxC83_DPHARZkpepw@mail.gmail.com
обсуждение исходный текст
Ответы Re: On a subscriber, why is last_msg_send_time in pg_stat_subscription sometimes null?
Список pgsql-general
I'm running this query:

SELECT subname, received_lsn, latest_end_lsn,
last_msg_send_time, last_msg_receipt_time
FROM pg_catalog.pg_stat_subscription;

And "last_msg_send_time" will sometimes be null. All I can find in the documentation is that this value represents: "Send time of last message received from origin WAL sender; NULL for parallel apply workers"

But I have no context for what parallel apply workers are or why they are NULL sometimes and other times not.

Can anyone explain?

Regards,
Koen De Groote

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