Fix a memory leak in psql: we'd leak a few PGresult handles if
Neil Conway <neilc@samurai.com>
Fix a memory leak in psql: we'd leak a few PGresult handles if a connectivity error occurred while executing one of the queries for "\d <table>". Not serious, but still worth fixing. Patch from Brendan Jurd.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/describe.c | modified | +8 −1 |