pgsql: Hot-fix ecpg regression test for missing ecpg_config.h inclusion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Hot-fix ecpg regression test for missing ecpg_config.h inclusion
Date: 2018-05-18 23:04:33
Message-ID: E1fJoQL-0004B5-5w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hot-fix ecpg regression test for missing ecpg_config.h inclusion.

I don't think this is really the best long-term answer, and in
particular it doesn't fix the pre-existing hazard in sqltypes.h.
But for the moment let's just try to make the buildfarm green again.

Discussion: https://postgr.es/m/151935568942.1461.14623890240535309745@wrigleys.postgresql.org

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4ca492425cd99efc6827c265d4d5a60f65971ae9

Modified Files
--------------
src/interfaces/ecpg/test/expected/sql-sqlda.c | 4 ++--
src/interfaces/ecpg/test/sql/sqlda.pgc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2018-05-19 01:20:47 pgsql: Fix for globals.c- c.h must come first
Previous Message Robert Haas 2018-05-18 20:12:34 pgsql: Further adjust comment in get_partition_dispatch_recurse.