Re: The description for pg_replication_slots.restart_lsn

2020-06-24 Thread Fujii Masao
On 2020/06/17 23:47, Fujii Masao wrote: Hi, The document explains that restart_lsn column in pg_replication_slots view is:     The address (LSN) of oldest WAL which still might be required by     the consumer of this slot and thus won't be automatically removed     during checkpoints. Bu

Re: The description for pg_replication_slots.restart_lsn

2020-06-24 Thread Alvaro Herrera
On 2020-Jun-17, Fujii Masao wrote: > The document explains that restart_lsn column in pg_replication_slots view is: > > The address (LSN) of oldest WAL which still might be required by > the consumer of this slot and thus won't be automatically removed > during checkpoints. > > But t

Re: The description for pg_replication_slots.restart_lsn

2020-06-24 Thread Fujii Masao
On 2020/06/25 10:00, Alvaro Herrera wrote: On 2020-Jun-17, Fujii Masao wrote: The document explains that restart_lsn column in pg_replication_slots view is: The address (LSN) of oldest WAL which still might be required by the consumer of this slot and thus won't be automatically r