pgsql: Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit
Date
Msg-id 20050228203606.5E42E565A5@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests so
its output can be used to select the proper printf outputs.

Modified Files:
--------------
    pgsql:
        configure (r1.428 -> r1.429)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.428&r2=1.429)
        configure.in (r1.401 -> r1.402)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.401&r2=1.402)

pgsql-committers by date:

Previous
From: rbt@pgfoundry.org (User Rbt)
Date:
Subject: autodoc - autodoc: Do a little bit of cleaning on this old and crufty
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Un-break configure snprintf tests (partly my fault, partly