[COMMITTERS] pgsql: Enable compiling with the mingw-w64 32 bit compiler.

2011-12-10 Thread Andrew Dunstan
Enable compiling with the mingw-w64 32 bit compiler. Original patch by Lars Kanis, reviewed by Nishiyama Tomoaki and tweaked some by me. This compiler, or at least the latest version of it, is currently broken, and only passes the regression tests if built with -O0. Branch -- master Detail

[COMMITTERS] pgsql: Remove define inadvertantly left over from testing.

2011-12-10 Thread Andrew Dunstan
Remove define inadvertantly left over from testing. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8e461ca5a9714f3487534b2b0dddb8eb2dda94af Modified Files -- src/include/c.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) -- Sent via pgsql-c

[COMMITTERS] pgsql: Miscellaneous cleanup to silence compiler warnings seen on Mingw

2011-12-10 Thread Andrew Dunstan
Miscellaneous cleanup to silence compiler warnings seen on Mingw. Remove some dead code, conditionally declare some items or call some code, and fix one or two declarations. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0f44335122fd01b54417bc955d6a98b967ca832c Mod