]> granicus.if.org Git - postgresql/commitdiff
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:18 +0000 (13:27 -0400)
Per note from Peter Eisentraut.

src/backend/storage/lmgr/proc.c

index ffab85f665e8941a3f45f27358e5ae0010596e20..2d423ffebff6a9c6ef8082d8ae0e02f40e10e178 100644 (file)
@@ -1040,7 +1040,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),