]> granicus.if.org Git - postgresql/commit
Remove redundant message in AddUserToTokenDacl().
authorNoah Misch <noah@leadboat.com>
Thu, 7 Apr 2016 03:40:51 +0000 (23:40 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 7 Apr 2016 03:40:51 +0000 (23:40 -0400)
commit33d3fc5e2aac32fcf356c09cee4bfded6613a1f3
treed7fb38d70febb8e992666d2a702afcb0fbfcbea4
parent29dd1504a12f324c75f6b5ce8863505e499633ec
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.
src/common/exec.c