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

Tom Lane <[email protected]> Fri, 10 Jan 2020 09:50:58 -0500
Newsgroups gmane.comp.db.postgresql.devel.general
Message-ID <[email protected]>
Michael Paquier <[email protected]> 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