summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/thread-prep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/expected/thread-prep.c')
-rw-r--r--src/interfaces/ecpg/test/expected/thread-prep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/expected/thread-prep.c b/src/interfaces/ecpg/test/expected/thread-prep.c
index b7f32721a5..4d06b90b98 100644
--- a/src/interfaces/ecpg/test/expected/thread-prep.c
+++ b/src/interfaces/ecpg/test/expected/thread-prep.c
@@ -147,7 +147,7 @@ static void* fn(void* arg)
value = (long)arg;
sprintf(name, "Connection: %d", value);
- { ECPGconnect(__LINE__, 0, "regress1" , NULL, NULL , name, 0);
+ { ECPGconnect(__LINE__, 0, "ecpg1_regression" , NULL, NULL , name, 0);
#line 47 "prep.pgc"
if (sqlca.sqlcode < 0) sqlprint();}
@@ -204,7 +204,7 @@ int main ()
pthread_t threads[THREADS];
#endif
- { ECPGconnect(__LINE__, 0, "regress1" , NULL, NULL , NULL, 0);
+ { ECPGconnect(__LINE__, 0, "ecpg1_regression" , NULL, NULL , NULL, 0);
#line 69 "prep.pgc"
if (sqlca.sqlcode < 0) sqlprint();}