mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
- Synced preproc.y with gram.y
- Init sqlca in ECPGprepare().
- Added CLOSE DATABASE for Informix compatibility.
This commit is contained in:
@@ -57,7 +57,7 @@ int main()
|
||||
$drop table test;
|
||||
$commit;
|
||||
|
||||
$disconnect;
|
||||
$close database;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user