mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Use %u not %d to print OIDs.
Oversight in commit 96198d94c
.
Etsuro Fujita
This commit is contained in:
@ -159,7 +159,7 @@ GetConnection(UserMapping *user, bool will_prep_stmt)
|
|||||||
entry->have_error = false;
|
entry->have_error = false;
|
||||||
entry->conn = connect_pg_server(server, user);
|
entry->conn = connect_pg_server(server, user);
|
||||||
|
|
||||||
elog(DEBUG3, "new postgres_fdw connection %p for server \"%s\" (user mapping oid %d, userid %d)",
|
elog(DEBUG3, "new postgres_fdw connection %p for server \"%s\" (user mapping oid %u, userid %u)",
|
||||||
entry->conn, server->servername, user->umid, user->userid);
|
entry->conn, server->servername, user->umid, user->userid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user