pgsql: Remove redundant message in AddUserToTokenDacl().

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove redundant message in AddUserToTokenDacl().
Date: 2016-04-07 03:50:15
Message-ID: E1ao0xT-0001LX-Ok@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-04-07 04:47:28 Re: pgsql: Generic Messages for Logical Decoding
Previous Message Stephen Frost 2016-04-07 03:43:31 Re: [COMMITTERS] pgsql: Use GRANT system to manage access to sensitive functions