[HACKERS] logical replication and statistics

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема [HACKERS] logical replication and statistics
Дата
Msg-id CAFj8pRDSQ8hjGzuTDVMaMsDTqJoAf9zUoovnwqwjF2NZuegfBQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] logical replication and statistics  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список pgsql-hackers
Hi

I did trivial example of logical replication (one table, one publication, one subscription)

I am little bit surprised so after some work - the replication is working, the statistics are empty

#master
postgres=# select * from pg_stat_replication ;
(0 rows)

#slave
postgres=# select * from pg_stat_subscription ;
-[ RECORD 1 ]---------+---------
subid                 | 16472
subname               | test_sub
pid                   |
relid                 |
received_lsn          |
last_msg_send_time    |
last_msg_receipt_time |
latest_end_lsn        |
latest_end_time       |

Should be some enabled?

Regards

Pavel

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [HACKERS] What's with all the fflush(stderr) calls in pg_standby.c?
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] ICU locales and text/char(n) SortSupport on Windows