1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Message tuning

This commit is contained in:
Peter Eisentraut
2010-03-21 00:17:59 +00:00
parent 1dff2a0f25
commit c248d17120
11 changed files with 42 additions and 42 deletions

View File

@ -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",