pgsql: Remove redundant message in AddUserToTokenDacl().

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Remove redundant message in AddUserToTokenDacl().
Дата
Msg-id E1ao0xT-0001LX-Ok@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Standardize GetTokenInformation() error reporting.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Generic Messages for Logical Decoding