mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +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