From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Mahendra Singh Thalor <mahi6run(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Assert failure due to "drop schema pg_temp_3 cascade" for temporary tables and \d+ is not showing any info after drooping temp table schema |
Date: | 2020-02-28 07:17:12 |
Message-ID: | 20200228071712.GC2688@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
On Fri, Feb 28, 2020 at 11:29:56AM +0530, Mahendra Singh Thalor wrote:
> Patch looks good to me and it is fixing the assert failure.
Thanks for looking at the patch. Bringing the code to act
consistently with what was done in 246a6c8 still looks like the
correct direction to take, in short don't drop temp relations created
without an existing temp schema and ignore them instead of creating
more issues with the storage, so I'd like to apply and back-patch this
stuff down to 11. First, let's wait a couple of extra days.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Dean Rasheed | 2020-02-28 07:18:55 | Re: BUG #16281: LN() function inaccurate at 1000th fractional digit |
Previous Message | Mahendra Singh Thalor | 2020-02-28 05:59:56 | Re: Assert failure due to "drop schema pg_temp_3 cascade" for temporary tables and \d+ is not showing any info after drooping temp table schema |
From | Date | Subject | |
---|---|---|---|
Next Message | Takuma Hoshiai | 2020-02-28 07:29:14 | Re: Implementing Incremental View Maintenance |
Previous Message | Andy Fan | 2020-02-28 07:02:28 | Re: Trying to pull up EXPR SubLinks |