Skip to content

Commit 657face

Browse files
committed
Add missing period to detail message.
Per note from Peter Eisentraut.
1 parent ed597d0 commit 657face

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
@@ -1040,7 +1040,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
10401040
initStringInfo(&logbuf);
10411041
DescribeLockTag(&locktagbuf, &lock->tag);
10421042
appendStringInfo(&logbuf,
1043-
_("Process %d waits for %s on %s"),
1043+
_("Process %d waits for %s on %s."),
10441044
MyProcPid,
10451045
GetLockmodeName(lock->tag.locktag_lockmethodid,
10461046
lockmode),

0 commit comments

Comments
 (0)