pgsql: Remove redundant message in AddUserToTokenDacl(). - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Remove redundant message in AddUserToTokenDacl().
Date
Msg-id E1ao0xT-0001LX-Ok@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove redundant message in AddUserToTokenDacl().

GetTokenUser() will have reported an adequate error message.  These
error conditions almost can't happen, so users are unlikely to observe
this change.

Reviewed by Tom Lane and Stephen Frost.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/33d3fc5e2aac32fcf356c09cee4bfded6613a1f3

Modified Files
--------------
src/common/exec.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Standardize GetTokenInformation() error reporting.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Generic Messages for Logical Decoding