diff options
author | Michael Meskes <meskes@postgresql.org> | 2006-08-29 13:23:27 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2006-08-29 13:23:27 +0000 |
commit | cda6d0a8d3815211cc095325857cae863534dda7 (patch) | |
tree | 647e9ffe69b6ea78b702aacba83a5476bca6a66d /src/interfaces/ecpg/test/expected/sql-dynalloc.c | |
parent | 67135eb1effad9496864c8be08eea2e76d2c6387 (diff) | |
download | postgresql-cda6d0a8d3815211cc095325857cae863534dda7.tar.gz postgresql-cda6d0a8d3815211cc095325857cae863534dda7.zip |
Second try committing the path changes.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/sql-dynalloc.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/sql-dynalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-dynalloc.c b/src/interfaces/ecpg/test/expected/sql-dynalloc.c index 227a313a364..77cfa52b199 100644 --- a/src/interfaces/ecpg/test/expected/sql-dynalloc.c +++ b/src/interfaces/ecpg/test/expected/sql-dynalloc.c @@ -9,7 +9,7 @@ #line 1 "dynalloc.pgc" #include <stdio.h> -#line 1 "./../../include/sqlca.h" +#line 1 "sqlca.h" #ifndef POSTGRES_SQLCA_H #define POSTGRES_SQLCA_H @@ -81,7 +81,7 @@ struct sqlca_t *ECPGget_sqlca(void); #include <stdlib.h> -#line 1 "./../regression.h" +#line 1 "regression.h" |