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:27 +0000 (13:27 -0400)
Per note from Peter Eisentraut.

src/backend/storage/lmgr/proc.c

index 45e435c31b095fe923777ceb6abc0b605d43762e..00e27556a392ea48382ddb03041cc042bd358460 100644 (file)
@@ -1005,7 +1005,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),