Обсуждение: pgsql: Make superuser.c maintain a simple one-entry cache holding the

Поиск
Список
Период
Сортировка

pgsql: Make superuser.c maintain a simple one-entry cache holding the

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)