Skip to content

Commit 841ea92

Browse files
committed
Add missing period to detail message.
Per note from Peter Eisentraut.
1 parent bf3b85c commit 841ea92

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/lmgr

1 file changed

+1
-1
lines changed

src/backend/storage/lmgr/proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
10051005
initStringInfo(&logbuf);
10061006
DescribeLockTag(&locktagbuf, &lock->tag);
10071007
appendStringInfo(&logbuf,
1008-
_("Process %d waits for %s on %s"),
1008+
_("Process %d waits for %s on %s."),
10091009
MyProcPid,
10101010
GetLockmodeName(lock->tag.locktag_lockmethodid,
10111011
lockmode),

0 commit comments

Comments
 (0)