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 b9ea8d2 commit a66fca3Copy full SHA for a66fca3
src/backend/storage/lmgr/proc.c
@@ -1093,7 +1093,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
1093
initStringInfo(&logbuf);
1094
DescribeLockTag(&locktagbuf, &lock->tag);
1095
appendStringInfo(&logbuf,
1096
- _("Process %d waits for %s on %s"),
+ _("Process %d waits for %s on %s."),
1097
MyProcPid,
1098
GetLockmodeName(lock->tag.locktag_lockmethodid,
1099
lockmode),
0 commit comments