Python interface broken in 6.4

From: Michael Robinson <robinson(at)public(dot)bta(dot)net(dot)cn>
To: pgsql-hackers(at)hub(dot)org
Subject: Python interface broken in 6.4
Date: 1998-11-05 23:53:12
Message-ID: 199811052353.HAA10360@public.bta.net.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-11-06 02:48:16 Re: [HACKERS] 6.4 Power by Logo?
Previous Message Tom Lane 1998-11-05 23:16:27 Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!