Commit 020ec162 authored by Bruce Momjian's avatar Bruce Momjian

Fix syntax error by adding a space.

parent 59ff4848
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment