Re: BUG #14408: Schema not found error when 2 or more indices declared on temporary table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: vcolborn(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14408: Schema not found error when 2 or more indices declared on temporary table
Date: 2016-11-01 22:46:08
Message-ID: 5444.1478040368@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

vcolborn(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Victor Colborn 2016-11-01 23:06:10 Re: BUG #14408: Schema not found error when 2 or more indices declared on temporary table
Previous Message Pavel Hanák 2016-11-01 21:56:28 Problems with "pg.dropped" column after upgrade 9.5 to 9.6