GIN needs tonic - Mailing list pgsql-bugs

From Simon Riggs
Subject GIN needs tonic
Date
Msg-id 1252980821.431.132.camel@ebony.2ndQuadrant
Whole thread Raw
Responses Re: GIN needs tonic  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List 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

pgsql-bugs by date:

Previous
From: Robert Haas
Date:
Subject: Re: BUG #5037: jdbc bug \uffff
Next
From: "the6campbells"
Date:
Subject: BUG #5056: SQLDescribeColW for function returning a result set incorrectly setting sql_nullable