Add missing period to detail message.

Per note from Peter Eisentraut.
REL8_4_STABLE
Robert Haas 14 years ago
parent d6a3863506
commit 49ffbf52ec
  1. 2
      src/backend/storage/lmgr/proc.c

@ -924,7 +924,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
initStringInfo(&logbuf); initStringInfo(&logbuf);
DescribeLockTag(&locktagbuf, &lock->tag); DescribeLockTag(&locktagbuf, &lock->tag);
appendStringInfo(&logbuf, appendStringInfo(&logbuf,
_("Process %d waits for %s on %s"), _("Process %d waits for %s on %s."),
MyProcPid, MyProcPid,
GetLockmodeName(lock->tag.locktag_lockmethodid, GetLockmodeName(lock->tag.locktag_lockmethodid,
lockmode), lockmode),

Loading…
Cancel
Save