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 ed597d0 commit 657faceCopy full SHA for 657face
src/backend/storage/lmgr/proc.c
@@ -1040,7 +1040,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
1040
initStringInfo(&logbuf);
1041
DescribeLockTag(&locktagbuf, &lock->tag);
1042
appendStringInfo(&logbuf,
1043
- _("Process %d waits for %s on %s"),
+ _("Process %d waits for %s on %s."),
1044
MyProcPid,
1045
GetLockmodeName(lock->tag.locktag_lockmethodid,
1046
lockmode),
0 commit comments