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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user
Date: 2016-04-02 01:56:12
Message-ID: E1amAnM-00064w-Mf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-04-02 02:12:12 Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user
Previous Message Erik Rijkers 2016-04-01 21:37:47 Re: pgsql: Bloom index contrib module

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2016-04-02 02:12:12 Re: [COMMITTERS] pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user
Previous Message Noah Misch 2016-04-02 01:32:00 Re: fd.c: flush data problems on osx