From 4ca492425cd99efc6827c265d4d5a60f65971ae9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 18 May 2018 19:03:32 -0400 Subject: 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 --- src/interfaces/ecpg/test/expected/sql-sqlda.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/ecpg/test/expected/sql-sqlda.c') diff --git a/src/interfaces/ecpg/test/expected/sql-sqlda.c b/src/interfaces/ecpg/test/expected/sql-sqlda.c index d6275d74b66..3c4a806e555 100644 --- a/src/interfaces/ecpg/test/expected/sql-sqlda.c +++ b/src/interfaces/ecpg/test/expected/sql-sqlda.c @@ -10,6 +10,7 @@ #include #include #include +#include "ecpg_config.h" #line 1 "regression.h" @@ -19,8 +20,7 @@ -#line 5 "sqlda.pgc" - +#line 6 "sqlda.pgc" #line 1 "sqlda.h" -- cgit v1.2.3