mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Capitalization fixes
This commit is contained in:
@ -996,7 +996,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
|
||||
{
|
||||
int pid = autovac->pid;
|
||||
|
||||
elog(DEBUG2, "sending cancel to blocking autovacuum pid = %d",
|
||||
elog(DEBUG2, "sending cancel to blocking autovacuum PID %d",
|
||||
pid);
|
||||
|
||||
/* don't hold the lock across the kill() syscall */
|
||||
|
Reference in New Issue
Block a user