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

Lists: pgsql-committers
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: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
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/[email protected]

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bc8656cf980e108840f7b18dab818974983dbd0f

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(-)