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: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Mahendra Singh Thalor <mahi6run(at)gmail(dot)com>, 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-01-10 14:50:58
Message-ID: 27335.1578667858@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Michael Paquier <michael(at)paquier(dot)xyz> writes:
> [ patch to skip tables if get_namespace_name fails ]

This doesn't seem like a very good idea to me. Is there any
evidence that it's fixing an actual problem? What if the table
you're skipping is holding back datfrozenxid?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Matthias Apitz 2020-01-10 15:01:14 Re: BUG #16200: returned data from ESQL/C FETCH is trampling outside assigned memory for CHAR column
Previous Message Michael Meskes 2020-01-10 12:43:38 Re: BUG #16200: returned data from ESQL/C FETCH is trampling outside assigned memory for CHAR column

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-01-10 15:08:20 Re: Fixing parallel make of libpq
Previous Message Tom Lane 2020-01-10 14:29:58 Re: our checks for read-only queries are not great