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

pgsql-server/src/interfaces/python pgmodule.c

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/08/28 16:18:58

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

Log message:
    This is a quick patch to fix a crash in pgquery_dictresult() introduced
    recently. I just ran into it while running a set of python test scripts,
    and I'm not sure who the normal maintainer is for interfaces/python.

    John Nield