mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 01:18:35 +08: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