Re: min_safe_lsn column in pg_replication_slots view
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: michael@paquier.xyz
Cc: Amit Kapila <amit.kapila16@gmail.com>, Fujii Masao <masao.fujii@oss.nttdata.com>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-07-02T01:46:01Z
Lists: pgsql-hackers
On 2020-Jul-02, michael@paquier.xyz wrote: > pg_replication_slots would make sense to me than a stat view for a > distance column. Now, I have to admit that I am worried when seeing > design discussions on this thread for 13 after beta2 has been shipped, We already had this discussion and one of the things we said before beta2 was "we're still in beta2, there's time". I see no need to panic. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix uninitialized value in segno calculation
- b5b4c0fef9fb 14.0 landed
- 794e8e32bb5a 13.0 landed
-
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
- c54b5891f415 13.0 landed
- a8aaa0c786b3 14.0 landed