Re: min_safe_lsn column in pg_replication_slots view
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, amit.kapila16@gmail.com,
masao.fujii@oss.nttdata.com, michael@paquier.xyz,
pgsql-hackers@lists.postgresql.org
Date: 2020-07-08T17:55:17Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes: > In absence of other suggestions I gave this the name XLogMBVarToSegs, > and redefined ConvertToXSegs to use that. Didn't touch callers in > xlog.c to avoid pointless churn. Pushed to both master and 13. The buildfarm's sparc64 members seem unhappy with this. regards, tom lane
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