]> granicus.if.org Git - postgresql/commit
Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Oct 2005 22:43:16 +0000 (22:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Oct 2005 22:43:16 +0000 (22:43 +0000)
commite6b92542a39b50d0c02f90ef56aa6930e26eca81
treea8fa832b9f2e12ec3d9774896947971deba3c883
parentf59175d72ff9b31b4bb486e5396815636abbcfe0
Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant
cache lookup in the success case.  This won't help much for cases where
the given relation is far down the search path, but it does not hurt in
any cases either; and it requires only a little new code.  Per gripe from
Jim Nasby about slowness of \d with many tables.
src/backend/catalog/namespace.c