Neil Conway <neilc(at)samurai(dot)com> writes:
> This patch fixes a small memory leak in libpq: the 'pstatus' field of
> PGconn is a linked list of malloc'ed nodes, so it should be freed on
> PQfinish().
Arghh! Can't believe I forgot to do that. Patch applied --- many thanks.
regards, tom lane