GIN needs tonic

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: GIN needs tonic
Date: 2009-09-15 02:13:41
Message-ID: 1252980821.431.132.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

In recovery of GIN operations using CVS HEAD I see consistently

TRAP: FailedAssertion("!(((bool) ((spcNode) != ((Oid) 0))))", File:
"tablespace.c", Line: 116)

Looking at code, "new list page" WAL record is a GIN record type and at
line 115 in gin/ginfast.c I see that the value of the node is unset.
That means XLOG_GIN_INSERT_LISTPAGE always has specNode == 0 and so
triggers the assertion failure.

--
Simon Riggs www.2ndQuadrant.com

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message the6campbells 2009-09-15 02:40:21 BUG #5056: SQLDescribeColW for function returning a result set incorrectly setting sql_nullable
Previous Message john martin 2009-09-14 23:17:49 BUG #5055: Invalid page header error