pgsql/src/interfaces/python pgmodule.c

Started by Bruce Momjianalmost 25 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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