Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e79405

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 inparticular 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 parentb949bbc commit5e79405

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)

[8]ページ先頭

©2009-2025 Movatter.jp