Skip to content
Snippets Groups Projects
Commit 2f6b041f authored by Robert Haas's avatar Robert Haas
Browse files

Add missing quotation mark.

This fix accidentally got left out of the previous commit.
parent 96198d94
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ GetConnection(UserMapping *user, bool will_prep_stmt)
entry->have_error = false;
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 %d, userid %d)",
entry->conn, server->servername, user->umid, user->userid);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment