aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-06-19 00:37:30 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-06-19 00:37:30 +0300
commit8a8fbe7e799cfc0d8dc5ffef5640df6dac8acd6c (patch)
tree7cd85da650ada60be0f5cf8b2961d26c71fbe73d /src/interfaces/ecpg/ecpglib
parent223d14a984e677823bd4f865ff22e14dd3fe9b76 (diff)
downloadpostgresql-8a8fbe7e799cfc0d8dc5ffef5640df6dac8acd6c.tar.gz
postgresql-8a8fbe7e799cfc0d8dc5ffef5640df6dac8acd6c.zip
Capitalization fixes
Diffstat (limited to 'src/interfaces/ecpg/ecpglib')
-rw-r--r--src/interfaces/ecpg/ecpglib/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c
index 970fa935099..81c1165ce27 100644
--- a/src/interfaces/ecpg/ecpglib/execute.c
+++ b/src/interfaces/ecpg/ecpglib/execute.c
@@ -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);
}