1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

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 b9ea8d20fd
commit a66fca3f0c

View File

@ -1093,7 +1093,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),