pgsql: Adjust comment about %t and %s to cover %m as well.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust comment about %t and %s to cover %m as well.
Date: 2005-06-10 20:48:54
Message-ID: 20050610204854.E0E8F52885@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Adjust comment about %t and %s to cover %m as well. Some trivial
code beautification too.

Modified Files:
--------------
pgsql/src/backend/utils/error:
elog.c (r1.160 -> r1.161)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c.diff?r1=1.160&r2=1.161)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-10 22:25:37 pgsql: Separate predicate-testing code out of indxpath.c, making it a
Previous Message Tatsuo Ishii 2005-06-10 16:43:56 pgsql: Fix bug in MIC -> EUC_JP conversion.