pgsql: Set GUC "is_superuser" in all processes that set AuthenticatedUs

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Set GUC "is_superuser" in all processes that set AuthenticatedUs
Дата
Msg-id E1r00Pf-004Bag-RY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Set GUC "is_superuser" in all processes that set AuthenticatedUserId.

It was always false in single-user mode, in autovacuum workers, and in
background workers.  This had no specifically-identified security
consequences, but non-core code or future work might make it
security-relevant.  Back-patch to v11 (all supported versions).

Jelte Fennema-Nio.  Reported by Jelte Fennema-Nio.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b72de09a1b8e55774b70add4de0f8c59cef6cf6f

Modified Files
--------------
src/backend/utils/init/miscinit.c | 8 ++++++++
1 file changed, 8 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Translation updates
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Migrate logical slots to the new node during an upgrade.