pgsql: Adjust comment about %t and %s to cover %m as well. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Adjust comment about %t and %s to cover %m as well.
Date
Msg-id 20050610204854.E0E8F52885@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: ishii@svr1.postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql: Fix bug in MIC -> EUC_JP conversion.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Separate predicate-testing code out of indxpath.c, making it a