Re: Fwd: Core dump with nested CREATE TEMP TABLE

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Fwd: Core dump with nested CREATE TEMP TABLE
Дата
Msg-id CAB7nPqRfxQBZeE+iuc1GYE4pfjBNHVQX8ynZfPX9ZZgM3OJggQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Fwd: Core dump with nested CREATE TEMP TABLE  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: Fwd: Core dump with nested CREATE TEMP TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers


On Sat, Sep 5, 2015 at 3:41 PM, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
I was about to test this and was verifying that the crash still worked when I noticed this in the logs (9.4.1, not HEAD). Not sure if there's any realion here or not...

WARNING:  relation "pg_proc" page 121 is uninitialized --- fixing
WARNING:  relation "pg_proc" page 122 is uninitialized --- fixing

[reading vacuumlazy.c...] This seems unrelated and I would not worry about it. Those system catalogs have been extended with new pages by a couple of backends, but a crash happened before they could actually insert tuples on it and commit. Perhaps you were creating a bunch of objects when a crash happened, no?

Coming to the point, did you see a new crash with test_factory? Is that some remnant of a previous test?
--
Michael

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: checkpointer continuous flushing
Следующее
От: Oskari Saarenmaa
Дата:
Сообщение: misc typofixes