1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Capitalization fixes

This commit is contained in:
Peter Eisentraut
2011-06-19 00:37:30 +03:00
parent c1c4f93056
commit 365c72f205
18 changed files with 26 additions and 26 deletions

View File

@@ -323,7 +323,7 @@ SharedInvalBackendInit(bool sendOnly)
/* register exit routine to mark my entry inactive at exit */
on_shmem_exit(CleanupInvalidationState, PointerGetDatum(segP));
elog(DEBUG4, "my backend id is %d", MyBackendId);
elog(DEBUG4, "my backend ID is %d", MyBackendId);
}
/*