mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 03:21:24 +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
|
#endif
|
||||||
|
|
||||||
/* setup test_thread table */
|
/* 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 DROP TABLE test_thread; /* DROP might fail */
|
||||||
EXEC SQL COMMIT;
|
EXEC SQL COMMIT;
|
||||||
EXEC SQL CREATE TABLE
|
EXEC SQL CREATE TABLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user