From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | logical replication and statistics |
Date: | 2017-09-24 15:58:19 |
Message-ID: | CAFj8pRDSQ8hjGzuTDVMaMsDTqJoAf9zUoovnwqwjF2NZuegfBQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2017-09-24 16:14:07 | Re: ICU locales and text/char(n) SortSupport on Windows |
Previous Message | Tom Lane | 2017-09-24 15:51:25 | What's with all the fflush(stderr) calls in pg_standby.c? |