Add missing period to detail message.

Per note from Peter Eisentraut.
This commit is contained in:
Robert Haas 2012-08-30 13:26:45 -04:00
parent 9969e159ea
commit 588fb3f01f

View File

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