1
0
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:
Michael Meskes
2003-07-14 10:16:45 +00:00
parent cbdda3e2a9
commit e895eb197d
3 changed files with 36 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ int main()
$drop table test;
$commit;
$disconnect;
$close database;
return 0;
}