Re: [BUGS] [Fwd: ERROR: cannot extract system attribute from minimal tuple]

2011-02-09 Thread Tom Lane
Alvaro Herrera writes: > 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 ... It's a shortcoming in the PlanRowM

Re: [BUGS] [Fwd: ERROR: cannot extract system attribute from minimal tuple]

2011-02-09 Thread Alvaro Herrera
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: TRA

[BUGS] [Fwd: ERROR: cannot extract system attribute from minimal tuple]

2011-02-09 Thread Denis Feklushkin
Пересылаемое сообщение От: Denis Feklushkin Кому: sub...@bugs.debian.org Тема: ERROR: cannot extract system attribute from minimal tuple Дата: Sat, 05 Feb 2011 09:50:06 +0700 Package: postgresql-9.0 Version: 9.0.3-1 Severity: normal Tags: upstream Query: SELECT currency_id1 FR