PG_VERSION should be 7.5devel (not 7.4) in pg_config.h.win32, shouldn't it?
Joe
Index: src/include/pg_config.h.win32
===================================================================
RCS file: /cvsroot/pgsql-server/src/include/pg_config.h.win32,v
retrieving revision 1.12
diff -c -r1.12 pg_config.h.win32
*** src/include/pg_config.h.win32 13 Nov 2003 04:23:03 -0000 1.12
--- src/include/pg_config.h.win32 29 Nov 2003 21:48:33 -0000
***************
*** 3,10 ****
/*
* Parts of pg_config.h that you get with autoconf on other systems
*/
! #define PG_VERSION "7.4"
! #define PG_VERSION_STR "7.4 (win32)"
#define SYSCONFDIR ""
--- 3,10 ----
/*
* Parts of pg_config.h that you get with autoconf on other systems
*/
! #define PG_VERSION "7.5devel"
! #define PG_VERSION_STR "7.5devel (win32)"
#define SYSCONFDIR ""