python - be: Rearrange includes to help compile on win32. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Rearrange includes to help compile on win32.
Date
Msg-id 20050527205837.5CE30112608E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Rearrange includes to help compile on win32. Python includes windows, doing so
after including PostgreSQL headers seems to clobber ERROR. Use some
Py_DEC/INCREF instead of INCREF/DECREF. Win32 seems to have some macros callsed
INCREF/DECREF; however, being sure to include pgpy/environment last seems to
alleviate the problem.

Modified Files:
--------------
    be/src:
        pl.c (r1.13 -> r1.14)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.13&r2=1.14)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Allow local include and library directories to be specified
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Remove VOID it due to conflict and unuse.