See attached for a small patch that enables plpython to build cleanly

Bruce Momjian <bruce@momjian.us>

Commit: 06a8346c84bb67e4fe0448a1f784ee91b1b7bad1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-05-25T15:48:33Z
Releases: 7.2.1
See attached for a small patch that enables plpython to build cleanly
under Cygwin.  This patch together with my previous Python patch:

    http://postgresql.readysetnet.com/mhonarc/pgsql-patches/2001-05/msg00075.htm
l

enables full Python support (i.e., configure --with-python) for Cygwin
PostgreSQL.

Jason Tishler

Files

PathChange+/−
src/makefiles/Makefile.win modified +5 −1
src/pl/plpython/feature.expected modified +1 −1
src/pl/plpython/Makefile modified +3 −1
src/pl/plpython/plpython.c modified +4 −3