pgsql/src/bin/pg_dump pg_backup_custom.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/bin/pg_dump pg_backup_custom.c
Date
Msg-id 200111272348.fARNmCY23598@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/11/27 18:48:12

Modified files:
    src/bin/pg_dump: pg_backup_custom.c

Log message:
    Fix nasty memory leak in pg_restore: _PrintData called inflateInit but
    never did inflateEnd, thus leaking some tens of KB per call.  Which
    added up *real fast* when dealing with, say, thousands of BLOBs.
    Thanks to Lane Rollins for the bug report.


pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/doc/src/FAQ FAQ_DEV.html
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/doc/src/sgml runtime.sgml