Re: Btree or not btree? That is the question - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: Btree or not btree? That is the question
Date
Msg-id 20120709202119.GA10117@tinybird.home
Whole thread Raw
In response to Re: Btree or not btree? That is the question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > ERROR:  could not open relation with OID 1554847326
>
> Is that the *entire* message?  No details?  Could you crank up the
> log verbosity so we can get file and line number, at least?

Yes, that's the entire thing, other than the statement line after it.
In this particular case:

STATEMENT: UPDATE mytable SET foobar = 'T' WHERE id IN ($1,$2,$3,$4)

I'll start the wheels rolling for upping the verbosity.

--
Greg Sabino Mullane greg@endpoint.com
End Point Corporation
PGP Key: 0x14964AC8

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Btree or not btree? That is the question
Next
From: Shaun Thomas
Date:
Subject: Synchronous Standalone Master Redoux