diff options
author | Michael Meskes <meskes@postgresql.org> | 2008-12-29 17:07:06 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2008-12-29 17:07:06 +0000 |
commit | 3c82099c82e2b51a09ab2317df26ef094ad7cc06 (patch) | |
tree | c5e54e5e28c18c7b9d5aee1bd8bb0e4eac8c169b /src/interfaces/ecpg/test/expected/thread-alloc.c | |
parent | 2f806e540fe48c49188956a794bf9cef1a7645a2 (diff) | |
download | postgresql-3c82099c82e2b51a09ab2317df26ef094ad7cc06.tar.gz postgresql-3c82099c82e2b51a09ab2317df26ef094ad7cc06.zip |
First rounf of whitespace changes. Everything but connect-test1 should be fine.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/thread-alloc.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/thread-alloc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/test/expected/thread-alloc.c b/src/interfaces/ecpg/test/expected/thread-alloc.c index 09129be603a..2cb8bde4f41 100644 --- a/src/interfaces/ecpg/test/expected/thread-alloc.c +++ b/src/interfaces/ecpg/test/expected/thread-alloc.c @@ -133,13 +133,13 @@ static void* fn(void* arg) #line 39 "alloc.pgc" - int value ; + int value ; #line 40 "alloc.pgc" - char name [ 100 ] ; + char name [ 100 ] ; #line 41 "alloc.pgc" - char ** r = NULL ; + char ** r = NULL ; /* exec sql end declare section */ #line 42 "alloc.pgc" @@ -161,7 +161,7 @@ if (sqlca.sqlcode < 0) sqlprint();} for (i = 1; i <= REPEATS; ++i) { - { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select relname from pg_class where relname = 'pg_class' ", ECPGt_EOIT, + { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select relname from pg_class where relname = 'pg_class'", ECPGt_EOIT, ECPGt_char,&(r),(long)0,(long)0,(1)*sizeof(char), ECPGt_NO_INDICATOR, NULL , 0L, 0L, 0L, ECPGt_EORT); #line 51 "alloc.pgc" |