pgsql: Marginal performance improvement in aclmask(): don't bother with - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Marginal performance improvement in aclmask(): don't bother with
Date
Msg-id 20051007195935.A9541D94BD@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Marginal performance improvement in aclmask(): don't bother with
testing ownership if the caller isn't interested in any GOPTION bits
(which is the common case).  It did not matter in 8.0 where the ownership
test was just a trivial equality test, but it matters now.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        acl.c (r1.123 -> r1.124)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/acl.c.diff?r1=1.123&r2=1.124)

pgsql-committers by date:

Previous
From: llonergan@pgfoundry.org (User Llonergan)
Date:
Subject: bizgres - bizgres: Removed.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allocate a few extra LWLocks for possible use by add-on modules.