Re: pg_standby could not open wal file after selecting new timeline

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_standby could not open wal file after selecting new timeline
Дата
Msg-id 25777.1225905715@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_standby could not open wal file after selecting new timeline  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: pg_standby could not open wal file after selecting new timeline  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-hackers
Dave Cramer <pg@fastcrypt.com> writes:
> 2008-11-05 11:43:45 EST [14853]  LOG:  selected new timeline ID: 4
> 2008-11-05 11:43:45 EST [14853]  LOG:  archive recovery complete
> 2008-11-05 11:43:48 EST [14853]  FATAL:  could not open file "pg_xlog/ 
> 00000004000016ED0000007F" (log file 5869, segment 127): Invalid argument

"Invalid argument"??  On the platforms I have handy, the only documented
reason for open(2) to fail with EINVAL is illegal value of the flags
argument, which should be impossible.  What platform is this and what
wal_sync_method are you using?
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: broken URL in commitfest page
Следующее
От: Tom Lane
Дата:
Сообщение: Re: broken URL in commitfest page