summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
diff options
context:
space:
mode:
authorPeter Eisentraut2011-06-18 21:37:30 +0000
committerPeter Eisentraut2011-06-18 21:37:30 +0000
commit8a8fbe7e799cfc0d8dc5ffef5640df6dac8acd6c (patch)
tree7cd85da650ada60be0f5cf8b2961d26c71fbe73d /src/backend/bootstrap
parent223d14a984e677823bd4f865ff22e14dd3fe9b76 (diff)
Capitalization fixes
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r--src/backend/bootstrap/bootparse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/bootstrap/bootparse.y b/src/backend/bootstrap/bootparse.y
index a9d24286989..f3e85aa31bb 100644
--- a/src/backend/bootstrap/bootparse.y
+++ b/src/backend/bootstrap/bootparse.y
@@ -248,7 +248,7 @@ Boot_CreateStmt:
(Datum) 0,
false,
true);
- elog(DEBUG4, "relation created with oid %u", id);
+ elog(DEBUG4, "relation created with OID %u", id);
}
do_end();
}