mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
- Some minor additions to Statement to make our own extensions more
portable.
- Statement.close() will now call ResultSet.close() rather than just
dissasociating with it.