pgsql: Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a
Date
Msg-id 20051006224317.286E8DA3BC@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        namespace.c (r1.77 -> r1.78)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/namespace.c.diff?r1=1.77&r2=1.78)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Backpatch merge_db() example for PL/PgSQL to 8.0.
Next
From: aglio@pgfoundry.org (User Aglio)
Date:
Subject: press - pr: Changes per discussion with PR professional.