mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 00:04:05 -05:00
Commit 8561e4840c81f7e345be2df170839846814fa004 neglected to handle older Python versions that don't support the "with" statement. So write the tests in a way that older versions can handle as well.