pgsql: We aren't supposed to try to run test programs until after we've - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: We aren't supposed to try to run test programs until after we've
Date
Msg-id 20050224021215.B58FE55E3C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
We aren't supposed to try to run test programs until after we've
verified that AC_TRY_RUN works.

Modified Files:
--------------
    pgsql:
        configure (r1.427 -> r1.428)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.427&r2=1.428)
        configure.in (r1.400 -> r1.401)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.400&r2=1.401)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up printf arg-control test, per Kurt Roeckx.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > o -Change PL/PgSQL to use palloc() instead of malloc()