projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ff484
)
Fix syntax error by adding a space.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 4 Aug 2004 16:02:08 +0000
(16:02 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 4 Aug 2004 16:02:08 +0000
(16:02 +0000)
src/interfaces/ecpg/test/test_thread.pgc
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/test/test_thread.pgc
b/src/interfaces/ecpg/test/test_thread.pgc
index a545942f9a4892c62559bfb55b6be0b667718bc1..46a371a6f897525f754349539a13653c9793491b 100644
(file)
--- a/
src/interfaces/ecpg/test/test_thread.pgc
+++ b/
src/interfaces/ecpg/test/test_thread.pgc
@@
-50,7
+50,7
@@
int main(int argc, char *argv[])
#endif
/* setup test_thread table */
- EXEC SQL CONNECT TO:l_dbname;
+ EXEC SQL CONNECT TO
:l_dbname;
EXEC SQL DROP TABLE test_thread; /* DROP might fail */
EXEC SQL COMMIT;
EXEC SQL CREATE TABLE