pgsql: Make superuser.c maintain a simple one-entry cache holding the
Started by Tom Laneabout 21 years ago1 messagescomitters
Log Message:
-----------
Make superuser.c maintain a simple one-entry cache holding the superuser
status of the most recently queried userid. Since the common pattern is
many successive queries about the same user (ie, the current user) this
can save a lot of syscache probes.
Modified Files:
--------------
pgsql/src/backend/utils/misc:
superuser.c (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/superuser.c.diff?r1=1.30&r2=1.31)