BUG #15591: pg_receivewal does not honor replication slots

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15591: pg_receivewal does not honor replication slots
Дата
Msg-id 15591-3d988c14166018a6@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15591: pg_receivewal does not honor replication slots  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15591
Logged by:          Jeff Janes
Email address:      jeff.janes@gmail.com
PostgreSQL version: 11.1
Operating system:   all
Description:

When you invoke pg_receivewal using --slot to give it the name of an
existing slot which has WAL reserved, and -D pointing to an empty directory,
it fast-forwards the slot's LSN reservation to the beginning of the most
recent WAL file on the server, and starts streaming from there.  Rather than
streaming from the LSN reservation point.

Does this not utterly destroy the main point of using slots?  If I didn't
want to ensure a gapless WAL stream, why use slots in the first place?

I've tested in v11, but I think it is across all versions.


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15590: crosstab_hash unable to work with modified types(CreateTupleDescCopy returning dropped attributes?)
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: BUG #15590: crosstab_hash unable to work with modified types (CreateTupleDescCopy returning dropped attributes?)