From: | Stefan Huehner <stefan(at)huehner(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 9.6beta2: query failure with 'cache lookup failed for type 0' |
Date: | 2016-07-02 16:00:42 |
Message-ID: | 20160702160042.GA11659@huehner.biz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, Jul 02, 2016 at 11:35:52AM -0400, Tom Lane wrote:
> Stefan Huehner <stefan(at)huehner(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Berg | 2016-07-02 16:04:44 | Re: 9.6beta2: query failure with 'cache lookup failed for type 0' |
Previous Message | Tom Lane | 2016-07-02 15:35:52 | Re: 9.6beta2: query failure with 'cache lookup failed for type 0' |