mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
Capitalization fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user