mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Capitalization fixes
This commit is contained in:
@@ -121,7 +121,7 @@ main(int argc, char **argv)
|
||||
while ((notify = PQnotifies(conn)) != NULL)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"ASYNC NOTIFY of '%s' received from backend pid %d\n",
|
||||
"ASYNC NOTIFY of '%s' received from backend PID %d\n",
|
||||
notify->relname, notify->be_pid);
|
||||
PQfreemem(notify);
|
||||
nnotifies++;
|
||||
|
||||
Reference in New Issue
Block a user