Re: Fwd: Core dump with nested CREATE TEMP TABLE - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fwd: Core dump with nested CREATE TEMP TABLE
Date
Msg-id CAB7nPqRfxQBZeE+iuc1GYE4pfjBNHVQX8ynZfPX9ZZgM3OJggQ@mail.gmail.com
Whole thread Raw
In response to Re: Fwd: Core dump with nested CREATE TEMP TABLE  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: Fwd: Core dump with nested CREATE TEMP TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: checkpointer continuous flushing
Next
From: Oskari Saarenmaa
Date:
Subject: misc typofixes