mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 18:28:35 -04:00
Fix syntax error by adding a space.
This commit is contained in:
parent
59ff484894
commit
020ec1629b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue