Tom Lane wrote:
Heikki Linnakangas <[EMAIL PROTECTED]> writes:
Looks like we didn't make an exception for temporary tables. Although it's harmless, we could put an isTempOrToastNamespace() test in there:

Bad, bad idea to have md.c doing any catalog access.

isTempOrToastNamespace() doesn't access catalogs, it's just checking the argument against two global variables. I guess you could argue that it's a modularity violation.

>  As already noted downthread, it wouldn't buy much anyway.

Yeah. *shrug*

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to