mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Add missing period to detail message.
Per note from Peter Eisentraut.
This commit is contained in:
parent
d6a3863506
commit
49ffbf52ec
|
|
@ -924,7 +924,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 New Issue
Block a user