Thread: pgsql/src/interfaces/python pgmodule.c

pgsql/src/interfaces/python pgmodule.c

From
momjian@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    01/10/19 11:00:28

Modified files:
    src/interfaces/python: pgmodule.c

Log message:
    > This stops the interface from leaking the row tuples (and thus the
    > results of every fetch).

    Stephen Robert Norris