pgsql: Adjust some regex debugging printouts to not give - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Adjust some regex debugging printouts to not give
Date
Msg-id 20071006160554.8A02B753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust some regex debugging printouts to not give wrong-format-width
warnings on a 64-bit machine.  Noted while chasing a recent regex
bug report.

Modified Files:
--------------
    pgsql/src/backend/regex:
        regcomp.c (r1.44 -> r1.45)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/regex/regcomp.c?r1=1.44&r2=1.45)
        rege_dfa.c (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/regex/rege_dfa.c?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust regcustom.h so that all those assert() calls in the regex
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make dumpcolors() have tolerable performance when using 32-bit