1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +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

@ -529,7 +529,7 @@ LocalExecuteInvalidationMessage(SharedInvalidationMessage *msg)
RelationMapInvalidate(false);
}
else
elog(FATAL, "unrecognized SI message id: %d", msg->id);
elog(FATAL, "unrecognized SI message ID: %d", msg->id);
}
/*