Attached patch is required ot build with the CRT that comes with Visual
Bruce Momjian <bruce@momjian.us>
Attached patch is required ot build with the CRT that comes with Visual Studio 2005. Basically MS defined errcode in the headers with a typedef, so we have to #define it out of the way. While at it, fix a function declaration in plpython that didn't match the implementation (volatile missing). Magnus Hagander
Files
| Path | Change | +/− |
|---|---|---|
| src/include/c.h | modified | +4 −1 |
| src/pl/plpython/plpython.c | modified | +5 −2 |