Attached patch is required ot build with the CRT that comes with Visual

Bruce Momjian <bruce@momjian.us>

Commit: 4f4d62a5b5197127b19e3a5bc1d7fe0efe32eece
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-07-06T01:55:51Z
Releases: 8.2.0
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

PathChange+/−
src/include/c.h modified +4 −1
src/pl/plpython/plpython.c modified +5 −2