We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3b85c commit 841ea92Copy full SHA for 841ea92
src/backend/storage/lmgr/proc.c
@@ -1005,7 +1005,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
1005
initStringInfo(&logbuf);
1006
DescribeLockTag(&locktagbuf, &lock->tag);
1007
appendStringInfo(&logbuf,
1008
- _("Process %d waits for %s on %s"),
+ _("Process %d waits for %s on %s."),
1009
MyProcPid,
1010
GetLockmodeName(lock->tag.locktag_lockmethodid,
1011
lockmode),
0 commit comments