pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user
Date
Msg-id E1amAnM-00064w-Mf@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Copyedit comments and documentation.
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Fixes in bloom contrib module