Skip to content

Commit 6403930

Browse files
committed
Add missing period to detail message.
Per note from Peter Eisentraut.
1 parent dc1a36f commit 6403930

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
@@ -1107,7 +1107,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
11071107
initStringInfo(&logbuf);
11081108
DescribeLockTag(&locktagbuf, &lock->tag);
11091109
appendStringInfo(&logbuf,
1110-
_("Process %d waits for %s on %s"),
1110+
_("Process %d waits for %s on %s."),
11111111
MyProcPid,
11121112
GetLockmodeName(lock->tag.locktag_lockmethodid,
11131113
lockmode),

0 commit comments

Comments
 (0)