8000 Add missing period to detail message. · sureandrew/postgres@588fb3f · GitHub
[go: up one dir, main page]

Skip to content

Commit 588fb3f

Browse files
committed
Add missing period to detail message.
Per note from Peter Eisentraut.
1 parent 9969e15 commit 588fb3f

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
@@ -912,7 +912,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
912912
initStringInfo(&logbuf);
913913
DescribeLockTag(&locktagbuf, &lock->tag);
914914
appendStringInfo(&logbuf,
915-
_("Process %d waits for %s on %s"),
915+
_("Process %d waits for %s on %s."),
916916
MyProcPid,
917917
GetLockmodeName(lock->tag.locktag_lockmethodid,
918918
lockmode),

0 commit comments

Comments
 (0)
0