Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Add missing period to detail message.
authorRobert Haas <rhaas@postgresql.org>
Thu, 30 Aug 2012 17:26:45 +0000 (13:26 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 30 Aug 2012 17:27:42 +0000 (13:27 -0400)
Per note from Peter Eisentraut.

src/backend/storage/lmgr/proc.c

index f6b8881b1daeb707d6d4c17d82c2ae721ad965b4..f41f6cbeca9e85f07c5fb34683955314e82e0904 100644 (file)
@@ -912,7 +912,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),