Thread: pgsql/src/bin/psql print.c

pgsql/src/bin/psql print.c

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/07/18 00:46:24

Modified files:
    src/bin/psql   : print.c

Log message:
    The attached patch fixes a tiny memory leak in psql, when using
    the 'expanded' output mode (\x).

    Neil Conway