Commit a66fca3f authored by Robert Haas's avatar Robert Haas

Add missing period to detail message.

Per note from Peter Eisentraut.
parent b9ea8d20
...@@ -1093,7 +1093,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable) ...@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment