mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
Fix syntax error by adding a space.
This commit is contained in:
parent
59ff484894
commit
020ec1629b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user