Python interface broken in 6.4 - Mailing list pgsql-hackers

From Michael Robinson
Subject Python interface broken in 6.4
Date
Msg-id 199811052353.HAA10360@public.bta.net.cn
Whole thread Raw
List pgsql-hackers
Apparently the "INV_ARCHIVE" define went away somewhere between 6.3.2 and 6.4,
but this was not reflected in the Python interface.

I had to do this:
   #ifdef PRE_PG_6_4       PyDict_SetItemString(dict, "INV_ARCHIVE", PyInt_FromLong(INV_ARCHIVE));   #endif

in order to get the Python interface to compile.
-Michael Robinson



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] A small problem with the new inet and cidr types