]> git.openstreetmap.org Git - nominatim.git/commit
make sure psql always finishes
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 27 Feb 2021 09:24:40 +0000 (10:24 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 27 Feb 2021 09:24:40 +0000 (10:24 +0100)
commitb46adbad224eabd915fa5363b719afd0c8571476
treecff8277d95f5efca49a81f3d7f723799266ad610
parentafabbeb546b94bfcdc1b5fbba37c04b5e07b54ed
make sure psql always finishes

If an execption is raised by other means, we still have to close
the stdin pipe to psql to make sure that it exits and releases its
connection to the database.
nominatim/db/utils.py