pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user
Дата
Msg-id E1amAnM-00064w-Mf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refer to a TOKEN_USER payload as a "token user," not as a "user token".

This corrects messages for can't-happen errors.  The corresponding "user
token" appears in the HANDLE argument of GetTokenInformation().

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c22650cd6450854e1a75064b698d7dcbb4a8821a

Modified Files
--------------
src/backend/libpq/auth.c | 2 +-
src/common/exec.c        | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Copyedit comments and documentation.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Fixes in bloom contrib module