Re: 9.6beta2: query failure with 'cache lookup failed for type 0' - Mailing list pgsql-hackers

From Stefan Huehner
Subject Re: 9.6beta2: query failure with 'cache lookup failed for type 0'
Date
Msg-id 20160702160042.GA11659@huehner.biz
Whole thread Raw
In response to Re: 9.6beta2: query failure with 'cache lookup failed for type 0'  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 9.6beta2: query failure with 'cache lookup failed for type 0'  (Christoph Berg <myon@debian.org>)
Re: 9.6beta2: query failure with 'cache lookup failed for type 0'  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, Jul 02, 2016 at 11:35:52AM -0400, Tom Lane wrote:
> Stefan Huehner <stefan@huehner.org> writes:
> > re-testing our application Openbravo on 9.6beta2 i found the following query failing to run with
> > ERROR: cache lookup failed for type 0
> 
> Hmm, I can't reproduce this on HEAD, but it doesn't seem to look like
> anything we've fixed post-beta2.  Do you need to put any particular data
> into the tables?  Are you running with any nondefault configuration
> parameters?

No data at all needed in table.
In fact just create database + create 3 those objects is enough to reproduce it.

Also i did a test-built of HEAD (commit: b54f7a9ac9646845138f6851fdf3097e22daa383)

An get to same failure also.

./configure --prefix=/home/huehner/oss/postgresql/git/install
make -j8 install
bin/initdb -D pg_data
bin/postmaster -D pg_data -p 5555

So question is what in my env is triggering it?

Running intel 64bit debian/unstable here.

Stefan




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 9.6beta2: query failure with 'cache lookup failed for type 0'
Next
From: Christoph Berg
Date:
Subject: Re: 9.6beta2: query failure with 'cache lookup failed for type 0'