pgsql: Make sure ecpg uses the same header files in the same order as

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make sure ecpg uses the same header files in the same order as
Date: 2010-02-27 21:56:16
Message-ID: 20100227215616.BBDF87541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make sure ecpg uses the same header files in the same order as the backend.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/test/expected:
pgtypeslib-nan_test.c (r1.5 -> r1.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c?r1=1.5&r2=1.6)
pgsql/src/interfaces/ecpg/test/pgtypeslib:
nan_test.pgc (r1.5 -> r1.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-02-28 02:19:47 pgsql:
Previous Message Tom Lane 2010-02-27 21:53:21 pgsql: Insert a hack into get_float8_nan (both core and ecpg copies) to