Re: [Fwd: ERROR: cannot extract system attribute from minimal tuple] - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: [Fwd: ERROR: cannot extract system attribute from minimal tuple]
Date
Msg-id 1297299921-sup-8185@alvh.no-ip.org
Whole thread Raw
In response to [Fwd: ERROR: cannot extract system attribute from minimal tuple]  (Denis Feklushkin <denis.feklushkin@gmail.com>)
Responses Re: [Fwd: ERROR: cannot extract system attribute from minimal tuple]  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Excerpts from Denis Feklushkin's message of mié feb 09 16:53:28 -0300 2011:

> Query:
>
> SELECT currency_id1
> FROM bug0.currency_pairs p
> FOR SHARE;
>
> returns error:
> ERROR:  cannot extract system attribute from minimal tuple

Hmm, yeah, in an assert-enabled build of HEAD it dies with:

TRAP: FailedAssertion(«!(attno > 0)», Archivo: «/pgsql/source/HEAD/src/backend/executor/execJunk.c», Línea: 251)

I don't have time to track this down right now ...

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-bugs by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: BUG #5875: can not make a backup
Next
From: Jeff Davis
Date:
Subject: possible bug: orphaned files left after immediate shutdown during DDL