Re: check-world has suddenly started spewing stuff on stderr

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: check-world has suddenly started spewing stuff on stderr
Дата
Msg-id c43dfe23-6e80-31ee-a9ed-9f60f7903837@iki.fi
обсуждение исходный текст
Ответ на check-world has suddenly started spewing stuff on stderr  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 16/02/2022 19:04, Tom Lane wrote:
> $ make check-world >/dev/null
> 2022-02-16 11:57:47.548 EST [3339702] LOG:  database system was not properly shut down; automatic recovery in
progress
> 2022-02-16 11:57:47.612 EST [3339713] LOG:  database system was not properly shut down; automatic recovery in
progress
> 2022-02-16 11:57:59.379 EST [3345366] LOG:  database system was not properly shut down; automatic recovery in
progress
> 2022-02-16 11:57:59.445 EST [3345429] LOG:  database system was not properly shut down; automatic recovery in
progress
> 
> Whoever is responsible for that, please fix it.

That's on me. 'initdb' started to print those after the xlog.c splitting 
patch.

Something went wrong in bootstrapping apparently. I'll investigate tomorrow.

- Heikki



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

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: Re: Lowering the ever-growing heap->pd_lower
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: do only critical work during single-user vacuum?