Re: BUG #14408: Schema not found error when 2 or more indices declared on temporary table - Mailing list pgsql-bugs

From Victor Colborn
Subject Re: BUG #14408: Schema not found error when 2 or more indices declared on temporary table
Date
Msg-id CAM6VyYMPH9W8jVxSJG-OdCra2oHUUqK+65BgNiYFgkfCsY-gSQ@mail.gmail.com
Whole thread Raw
In response to Re: BUG #14408: Schema not found error when 2 or more indices declared on temporary table  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #14408: Schema not found error when 2 or more indices declared on temporary table
List pgsql-bugs
I'm able to reproduce on 9.5.3 as well.

Could it possibly related to a configuration setting (or some other common
attribute) I can review/alter?

Very much appreciate your time Tom.




On Tue, Nov 1, 2016 at 3:46 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> vcolborn@gmail.com writes:
> > I'm finding that this rather simple postgresql 9.6.1 function
> > ...
> > is resulting in a schema "" does not exist error. The exact error is:
>
> Hm.  The described symptoms sound quite a bit like an uninitialized-memory
> problem.  However, I can't reproduce the problem here (using up-to-date
> RHEL6), nor does valgrind complain about this example for me.
>
>                         regards, tom lane
>

pgsql-bugs by date:

Previous
From: Pavel Hanák
Date:
Subject: Problems with "pg.dropped" column after upgrade 9.5 to 9.6
Next
From: jkoceniak@mediamath.com
Date:
Subject: BUG #14399: Order by id DESC causing bad query plan