Skip to content

Commit e55a551

Browse files
committed
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
1 parent e21085d commit e55a551

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/interfaces/ecpg/test/expected/sql-sqlda.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <stdlib.h>
1111
#include <string.h>
1212
#include <limits.h>
13+
#include "ecpg_config.h"
1314

1415

1516
#line 1 "regression.h"
@@ -19,8 +20,7 @@
1920

2021

2122

22-
#line 5 "sqlda.pgc"
23-
23+
#line 6 "sqlda.pgc"
2424

2525

2626
#line 1 "sqlda.h"

src/interfaces/ecpg/test/sql/sqlda.pgc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include <stdlib.h>
22
#include <string.h>
33
#include <limits.h>
4+
#include "ecpg_config.h"
45

56
exec sql include ../regression;
6-
77
exec sql include sqlda.h;
88
exec sql include pgtypes_numeric.h;
99

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy