Re: [HACKERS] Assertion failure on HEAD (or at least git copy of it)

2010-08-31 Thread Robert Haas
On Mon, Aug 30, 2010 at 12:47 PM, Tom Lane t...@sss.pgh.pa.us wrote: I wrote: I guess that something isn't properly setting up rnode.backend in recovery processing, but didn't find it yet. CreateFakeRelcacheEntry is the culprit ... Thanks for the fix. -- Robert Haas EnterpriseDB:

[HACKERS] Assertion failure on HEAD (or at least git copy of it)

2010-08-30 Thread Kevin Grittner
Checking out HEAD from the git repository I see an assertion failure. Steps to reproduce: make distclean ./configure --prefix=/usr/local/pgsql-serializable \ --enable-debug --enable-depend --enable-cassert make check sudo make install cd contrib/ make sudo make install cd ../ rm -fr

Re: [HACKERS] Assertion failure on HEAD (or at least git copy of it)

2010-08-30 Thread Tom Lane
Kevin Grittner kevin.gritt...@wicourts.gov writes: Checking out HEAD from the git repository I see an assertion failure. The buildfarm isn't reporting any such thing. Could you get a CVS checkout and diff it against the git results? regards, tom lane -- Sent via

Re: [HACKERS] Assertion failure on HEAD (or at least git copy of it)

2010-08-30 Thread Kevin Grittner
Tom Lane t...@sss.pgh.pa.us wrote: Could you get a CVS checkout and diff it against the git results? Will do. -Kevin -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Assertion failure on HEAD (or at least git copy of it)

2010-08-30 Thread Joe Conway
On 08/30/2010 08:16 AM, Tom Lane wrote: Kevin Grittner kevin.gritt...@wicourts.gov writes: Checking out HEAD from the git repository I see an assertion failure. The buildfarm isn't reporting any such thing. Could you get a CVS checkout and diff it against the git results? I'm seeing it on

Re: [HACKERS] Assertion failure on HEAD (or at least git copy of it)

2010-08-30 Thread Tom Lane
Joe Conway m...@joeconway.com writes: I'm seeing it on a checkout from CVS head. Basically do Oh, OK, I misread Kevin to say this would happen during make installcheck itself. So the lack of buildfarm reports is not relevant. Will get some caffeine in me and then take a look.

Re: [HACKERS] Assertion failure on HEAD (or at least git copy of it)

2010-08-30 Thread Tom Lane
Kevin Grittner kevin.gritt...@wicourts.gov writes: LOG: database system was interrupted; last known up at 2010-08-30 09:13:23 CDT LOG: database system was not properly shut down; automatic recovery in progress LOG: consistent recovery state reached at 0/5C5D04 LOG: redo starts at

Re: [HACKERS] Assertion failure on HEAD (or at least git copy of it)

2010-08-30 Thread Tom Lane
I wrote: I guess that something isn't properly setting up rnode.backend in recovery processing, but didn't find it yet. CreateFakeRelcacheEntry is the culprit ... regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes