pgsql/src/interfaces/python pgmodule.c - Mailing list pgsql-committers

From darcy@postgresql.org (D'Arcy Cain)
Subject pgsql/src/interfaces/python pgmodule.c
Date
Msg-id 20020320143611.248E9475DDC@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    darcy@postgresql.org    02/03/20 09:36:09

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

Log message:
    PyGreSQL causes a segfault when used with a Python executable that was
    compiled with --with-pymalloc.  This change fixes that.  Thanks to
    Dave Wallace <dwallace@udel.edu>


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/doc/src/sgml release.sgml
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/utils/adt arrayfuncs.c