mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Message improvements
This commit is contained in:
@@ -668,8 +668,7 @@ recv_password_packet(Port *port)
|
||||
errmsg("invalid password packet size")));
|
||||
|
||||
/* Do not echo password to logs, for security. */
|
||||
ereport(DEBUG5,
|
||||
(errmsg("received password packet")));
|
||||
elog(DEBUG5, "received password packet");
|
||||
|
||||
/*
|
||||
* Return the received string. Note we do not attempt to do any
|
||||
|
||||
Reference in New Issue
Block a user