pgsql: Accept invalidation messages in InitializeSessionUserId().

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Accept invalidation messages in InitializeSessionUserId().
Дата
Msg-id E1fdpbC-00054d-L9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Accept invalidation messages in InitializeSessionUserId().

If the authentication method modified the system catalogs through a
separate database connection (say, to create a new role on the fly),
make sure syscache sees the changes before we try to find the user.

Author: Thomas Munro
Reviewed-by: Tom Lane, Andres Freund
Discussion: https://postgr.es/m/CAEepm%3D3_h0_cgmz5PMyab4xk_OFrg6G5VCN%3DnF4chFXM9iFOqA%40mail.gmail.com

Branch
------
master

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

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


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Add pg_dump --on-conflict-do-nothing option.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove obsolete documentation build tools for Windows