mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Fix syntax error by adding a space.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user