mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03:00
We can never leak more than one token, but we shouldn't do that. We don't bother closing it in the error paths since the process will exit shortly anyway. Christian Ullrich