mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Capitalization fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user