Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
cda6d0a8
Commit
cda6d0a8
authored
Aug 29, 2006
by
Michael Meskes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Second try committing the path changes.
parent
67135eb1
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
59 additions
and
55 deletions
+59
-55
src/interfaces/ecpg/test/expected/compat_informix-dec_test.c
src/interfaces/ecpg/test/expected/compat_informix-dec_test.c
+1
-1
src/interfaces/ecpg/test/expected/compat_informix-rnull.c
src/interfaces/ecpg/test/expected/compat_informix-rnull.c
+1
-1
src/interfaces/ecpg/test/expected/compat_informix-test_informix.c
...rfaces/ecpg/test/expected/compat_informix-test_informix.c
+1
-1
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c
...faces/ecpg/test/expected/compat_informix-test_informix2.c
+2
-2
src/interfaces/ecpg/test/expected/complex-test1.c
src/interfaces/ecpg/test/expected/complex-test1.c
+1
-1
src/interfaces/ecpg/test/expected/complex-test2.c
src/interfaces/ecpg/test/expected/complex-test2.c
+8
-8
src/interfaces/ecpg/test/expected/complex-test3.c
src/interfaces/ecpg/test/expected/complex-test3.c
+8
-8
src/interfaces/ecpg/test/expected/complex-test4.c
src/interfaces/ecpg/test/expected/complex-test4.c
+2
-2
src/interfaces/ecpg/test/expected/complex-test5.c
src/interfaces/ecpg/test/expected/complex-test5.c
+1
-1
src/interfaces/ecpg/test/expected/connect-test2.c
src/interfaces/ecpg/test/expected/connect-test2.c
+1
-1
src/interfaces/ecpg/test/expected/connect-test3.c
src/interfaces/ecpg/test/expected/connect-test3.c
+1
-1
src/interfaces/ecpg/test/expected/connect-test4.c
src/interfaces/ecpg/test/expected/connect-test4.c
+1
-1
src/interfaces/ecpg/test/expected/errors-init.c
src/interfaces/ecpg/test/expected/errors-init.c
+1
-1
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
+1
-1
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c
+1
-1
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
+1
-1
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c
+1
-1
src/interfaces/ecpg/test/expected/sql-code100.c
src/interfaces/ecpg/test/expected/sql-code100.c
+2
-2
src/interfaces/ecpg/test/expected/sql-copystdout.c
src/interfaces/ecpg/test/expected/sql-copystdout.c
+2
-2
src/interfaces/ecpg/test/expected/sql-define.c
src/interfaces/ecpg/test/expected/sql-define.c
+2
-2
src/interfaces/ecpg/test/expected/sql-desc.c
src/interfaces/ecpg/test/expected/sql-desc.c
+1
-1
src/interfaces/ecpg/test/expected/sql-dynalloc.c
src/interfaces/ecpg/test/expected/sql-dynalloc.c
+2
-2
src/interfaces/ecpg/test/expected/sql-dynalloc2.c
src/interfaces/ecpg/test/expected/sql-dynalloc2.c
+2
-2
src/interfaces/ecpg/test/expected/sql-dyntest.c
src/interfaces/ecpg/test/expected/sql-dyntest.c
+3
-3
src/interfaces/ecpg/test/expected/sql-func.c
src/interfaces/ecpg/test/expected/sql-func.c
+1
-1
src/interfaces/ecpg/test/expected/sql-indicators.c
src/interfaces/ecpg/test/expected/sql-indicators.c
+2
-2
src/interfaces/ecpg/test/expected/sql-quote.c
src/interfaces/ecpg/test/expected/sql-quote.c
+1
-1
src/interfaces/ecpg/test/expected/sql-show.c
src/interfaces/ecpg/test/expected/sql-show.c
+1
-1
src/interfaces/ecpg/test/expected/thread-thread.c
src/interfaces/ecpg/test/expected/thread-thread.c
+1
-1
src/interfaces/ecpg/test/expected/thread-thread_implicit.c
src/interfaces/ecpg/test/expected/thread-thread_implicit.c
+1
-1
src/interfaces/ecpg/test/pg_regress.sh
src/interfaces/ecpg/test/pg_regress.sh
+5
-1
No files found.
src/interfaces/ecpg/test/expected/compat_informix-dec_test.c
View file @
cda6d0a8
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
#include <sqltypes.h>
#include <sqltypes.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/compat_informix-rnull.c
View file @
cda6d0a8
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <stdlib.h>
#include <stdlib.h>
#
#
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/compat_informix-test_informix.c
View file @
cda6d0a8
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <stdlib.h>
#include <stdlib.h>
#
#
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c
View file @
cda6d0a8
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include "sqltypes.h"
#include "sqltypes.h"
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -85,7 +85,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -85,7 +85,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#line 5 "test_informix2.pgc"
#line 5 "test_informix2.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/complex-test1.c
View file @
cda6d0a8
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/complex-test2.c
View file @
cda6d0a8
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#include <string.h>
#include <string.h>
#line 1 "
./
header_test.h"
#line 1 "header_test.h"
#include "stdlib.h"
#include "stdlib.h"
static
void
static
void
...
@@ -22,19 +22,19 @@ Finish(char *msg)
...
@@ -22,19 +22,19 @@ Finish(char *msg)
/* finish transaction */
/* finish transaction */
{
ECPGtrans
(
__LINE__
,
NULL
,
"rollback"
);}
{
ECPGtrans
(
__LINE__
,
NULL
,
"rollback"
);}
#line 10 "
./
header_test.h"
#line 10 "header_test.h"
/* and remove test table */
/* and remove test table */
{
ECPGdo
(
__LINE__
,
0
,
1
,
NULL
,
"drop table meskes "
,
ECPGt_EOIT
,
ECPGt_EORT
);}
{
ECPGdo
(
__LINE__
,
0
,
1
,
NULL
,
"drop table meskes "
,
ECPGt_EOIT
,
ECPGt_EORT
);}
#line 13 "
./
header_test.h"
#line 13 "header_test.h"
{
ECPGtrans
(
__LINE__
,
NULL
,
"commit"
);}
{
ECPGtrans
(
__LINE__
,
NULL
,
"commit"
);}
#line 14 "
./
header_test.h"
#line 14 "header_test.h"
{
ECPGdisconnect
(
__LINE__
,
"CURRENT"
);}
{
ECPGdisconnect
(
__LINE__
,
"CURRENT"
);}
#line 16 "
./
header_test.h"
#line 16 "header_test.h"
exit
(
-
1
);
exit
(
-
1
);
...
@@ -47,16 +47,16 @@ warn(void)
...
@@ -47,16 +47,16 @@ warn(void)
}
}
/* exec sql whenever sqlerror do Finish ( msg ) ; */
/* exec sql whenever sqlerror do Finish ( msg ) ; */
#line 29 "
./
header_test.h"
#line 29 "header_test.h"
/* exec sql whenever sql_warning do warn ( ) ; */
/* exec sql whenever sql_warning do warn ( ) ; */
#line 32 "
./
header_test.h"
#line 32 "header_test.h"
#line 4 "test2.pgc"
#line 4 "test2.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/complex-test3.c
View file @
cda6d0a8
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
/* Test comment */
/* Test comment */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
#line 1 "
./
header_test.h"
#line 1 "header_test.h"
#include "stdlib.h"
#include "stdlib.h"
static
void
static
void
...
@@ -22,19 +22,19 @@ Finish(char *msg)
...
@@ -22,19 +22,19 @@ Finish(char *msg)
/* finish transaction */
/* finish transaction */
{
ECPGtrans
(
__LINE__
,
NULL
,
"rollback"
);}
{
ECPGtrans
(
__LINE__
,
NULL
,
"rollback"
);}
#line 10 "
./
header_test.h"
#line 10 "header_test.h"
/* and remove test table */
/* and remove test table */
{
ECPGdo
(
__LINE__
,
0
,
1
,
NULL
,
"drop table meskes "
,
ECPGt_EOIT
,
ECPGt_EORT
);}
{
ECPGdo
(
__LINE__
,
0
,
1
,
NULL
,
"drop table meskes "
,
ECPGt_EOIT
,
ECPGt_EORT
);}
#line 13 "
./
header_test.h"
#line 13 "header_test.h"
{
ECPGtrans
(
__LINE__
,
NULL
,
"commit"
);}
{
ECPGtrans
(
__LINE__
,
NULL
,
"commit"
);}
#line 14 "
./
header_test.h"
#line 14 "header_test.h"
{
ECPGdisconnect
(
__LINE__
,
"CURRENT"
);}
{
ECPGdisconnect
(
__LINE__
,
"CURRENT"
);}
#line 16 "
./
header_test.h"
#line 16 "header_test.h"
exit
(
-
1
);
exit
(
-
1
);
...
@@ -47,16 +47,16 @@ warn(void)
...
@@ -47,16 +47,16 @@ warn(void)
}
}
/* exec sql whenever sqlerror do Finish ( msg ) ; */
/* exec sql whenever sqlerror do Finish ( msg ) ; */
#line 29 "
./
header_test.h"
#line 29 "header_test.h"
/* exec sql whenever sql_warning do warn ( ) ; */
/* exec sql whenever sql_warning do warn ( ) ; */
#line 32 "
./
header_test.h"
#line 32 "header_test.h"
#line 4 "test3.pgc"
#line 4 "test3.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/complex-test4.c
View file @
cda6d0a8
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -87,7 +87,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -87,7 +87,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#line 7 "test4.pgc"
#line 7 "test4.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/complex-test5.c
View file @
cda6d0a8
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#include <stdlib.h>
#include <stdlib.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/connect-test2.c
View file @
cda6d0a8
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/connect-test3.c
View file @
cda6d0a8
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/connect-test4.c
View file @
cda6d0a8
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/errors-init.c
View file @
cda6d0a8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#line 1 "init.pgc"
#line 1 "init.pgc"
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
...
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
View file @
cda6d0a8
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#include <pgtypes_interval.h>
#include <pgtypes_interval.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c
View file @
cda6d0a8
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <pgtypes_timestamp.h>
#include <pgtypes_timestamp.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
View file @
cda6d0a8
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <decimal.h>
#include <decimal.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c
View file @
cda6d0a8
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <decimal.h>
#include <decimal.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-code100.c
View file @
cda6d0a8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#line 1 "code100.pgc"
#line 1 "code100.pgc"
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-copystdout.c
View file @
cda6d0a8
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#line 3 "copystdout.pgc"
#line 3 "copystdout.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-define.c
View file @
cda6d0a8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#line 1 "define.pgc"
#line 1 "define.pgc"
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -79,7 +79,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -79,7 +79,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#line 1 "define.pgc"
#line 1 "define.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-desc.c
View file @
cda6d0a8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#line 1 "desc.pgc"
#line 1 "desc.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-dynalloc.c
View file @
cda6d0a8
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#line 1 "dynalloc.pgc"
#line 1 "dynalloc.pgc"
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#include <stdlib.h>
#include <stdlib.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-dynalloc2.c
View file @
cda6d0a8
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#line 1 "dynalloc2.pgc"
#line 1 "dynalloc2.pgc"
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#include <stdlib.h>
#include <stdlib.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-dyntest.c
View file @
cda6d0a8
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <stdlib.h>
#include <stdlib.h>
#line 1 "
./../../include/
sql3types.h"
#line 1 "sql3types.h"
#ifndef _ECPG_SQL3TYPES_H
#ifndef _ECPG_SQL3TYPES_H
#define _ECPG_SQL3TYPES_H
#define _ECPG_SQL3TYPES_H
...
@@ -62,7 +62,7 @@ enum
...
@@ -62,7 +62,7 @@ enum
#line 7 "dyntest.pgc"
#line 7 "dyntest.pgc"
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -133,7 +133,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -133,7 +133,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#line 8 "dyntest.pgc"
#line 8 "dyntest.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-func.c
View file @
cda6d0a8
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include <string.h>
#include <string.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-indicators.c
View file @
cda6d0a8
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdio.h>
#line 1 "
./../../include/
sqlca.h"
#line 1 "sqlca.h"
#ifndef POSTGRES_SQLCA_H
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
...
@@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void);
#line 3 "indicators.pgc"
#line 3 "indicators.pgc"
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-quote.c
View file @
cda6d0a8
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include <string.h>
#include <string.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/sql-show.c
View file @
cda6d0a8
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include <string.h>
#include <string.h>
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/thread-thread.c
View file @
cda6d0a8
...
@@ -26,7 +26,7 @@ main(void)
...
@@ -26,7 +26,7 @@ main(void)
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/expected/thread-thread_implicit.c
View file @
cda6d0a8
...
@@ -27,7 +27,7 @@ main(void)
...
@@ -27,7 +27,7 @@ main(void)
#line 1 "
./../
regression.h"
#line 1 "regression.h"
...
...
src/interfaces/ecpg/test/pg_regress.sh
View file @
cda6d0a8
#! /bin/sh
#! /bin/sh
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress.sh,v 1.
8 2006/08/29 12:24:51
meskes Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress.sh,v 1.
9 2006/08/29 13:23:26
meskes Exp $
me
=
`
basename
$0
`
me
=
`
basename
$0
`
...
@@ -751,6 +751,10 @@ for i in \
...
@@ -751,6 +751,10 @@ for i in \
done
done
fi
fi
mv
"
$outfile_source
"
"
$outfile_source
.tmp"
cat
"
$outfile_source
.tmp"
|
sed
-e
's,^\(#line [0-9]*\) ".*/\([^/]*\)",\1 "\2",'
>
"
$outfile_source
"
rm
"
$outfile_source
.tmp"
DIFFER
=
""
DIFFER
=
""
diff
$DIFFFLAGS
expected/
$outprg
.stderr
"
$outfile_stderr
"
>
/dev/null 2>&1
diff
$DIFFFLAGS
expected/
$outprg
.stderr
"
$outfile_stderr
"
>
/dev/null 2>&1
if
[
$?
!=
0
]
;
then
if
[
$?
!=
0
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment