mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Add missing period to detail message.
Per note from Peter Eisentraut.
This commit is contained in:
parent
b9ea8d20fd
commit
a66fca3f0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1093,7 +1093,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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue