pgsql: Hot-fix ecpg regression test for missing ecpg_config.hinclusion - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Hot-fix ecpg regression test for missing ecpg_config.hinclusion
Date
Msg-id E1fJoQL-0004B7-5w@gemulon.postgresql.org
Whole thread Raw
List 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_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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Further adjust comment in get_partition_dispatch_recurse.
Next
From: Stephen Frost
Date:
Subject: pgsql: Fix for globals.c- c.h must come first