]> granicus.if.org Git - postgresql/commit
Attached patch is required ot build with the CRT that comes with Visual
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Jul 2006 01:55:51 +0000 (01:55 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Jul 2006 01:55:51 +0000 (01:55 +0000)
commit4f4d62a5b5197127b19e3a5bc1d7fe0efe32eece
tree2ddca2fd8ba359021223d71338dbb83b1084a17d
parenta77275fe3b79d06c9db7c699394416230f6a3fe9
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
src/include/c.h
src/pl/plpython/plpython.c