mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Add missing period to detail message.
Per note from Peter Eisentraut.
This commit is contained in:
parent
9969e159ea
commit
588fb3f01f
@ -912,7 +912,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…
Reference in New Issue
Block a user