Re: [COMMITTERS] pgsql: Tolerate timeline switches while "pg_basebackup -X fetch" is run
В списке pgsql-hackers по дате отправления:
| От | Alvaro Herrera |
|---|---|
| Тема | Re: [COMMITTERS] pgsql: Tolerate timeline switches while "pg_basebackup -X fetch" is run |
| Дата | |
| Msg-id | 20130129185544.GE3945@alvh.no-ip.org обсуждение |
| Ответы |
Re: Re: [COMMITTERS] pgsql: Tolerate timeline switches
while "pg_basebackup -X fetch" is run
|
| Список | pgsql-hackers |
Heikki Linnakangas wrote:
> Tolerate timeline switches while "pg_basebackup -X fetch" is running.
I just noticed that this commit introduced a few error messages that
have a file argument which is not properly quoted:
+ ereport(ERROR,
+ (errcode_for_file_access(),
+ errmsg("requested WAL segment %s has already been removed",
+ filename)));
+ ereport(ERROR,
+ (errmsg("could not find WAL file %s", startfname)));
The first one seems to come from e57cd7f0a16, which is pretty old so
it's a bit strange that no one noticed.
Not sure what to do here ... should we just update everything including
the back branches, or just leave them alone and touch master only?
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера