mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Message tuning
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.205 2010/03/19 19:19:38 sriggs Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/init/postinit.c,v 1.206 2010/03/21 00:17:59 petere Exp $
|
||||
*
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
@ -222,8 +222,8 @@ PerformAuthentication(Port *port)
|
||||
*/
|
||||
if (am_walsender)
|
||||
ereport(LOG,
|
||||
(errmsg("connection authorized: user=%s database=replication",
|
||||
port->user_name)));
|
||||
(errmsg("connection authorized: user=%s database=%s",
|
||||
port->user_name, "replication")));
|
||||
else if (Log_connections)
|
||||
ereport(LOG,
|
||||
(errmsg("connection authorized: user=%s database=%s",
|
||||
|
Reference in New Issue
Block a user