1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

Capitalization fixes

This commit is contained in:
Peter Eisentraut
2011-06-19 00:37:30 +03:00
parent 223d14a984
commit 8a8fbe7e79
18 changed files with 26 additions and 26 deletions

View File

@@ -1698,7 +1698,7 @@ ecpg_execute(struct statement * stmt)
notify = PQnotifies(stmt->connection->connection);
if (notify)
{
ecpg_log("ecpg_execute on line %d: asynchronous notification of \"%s\" from backend pid %d received\n",
ecpg_log("ecpg_execute on line %d: asynchronous notification of \"%s\" from backend PID %d received\n",
stmt->lineno, notify->relname, notify->be_pid);
PQfreemem(notify);
}