See attached for a small patch that enables plpython to build cleanly
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |