PG_VERSION in pg_config.h.win32 - Mailing list pgsql-patches

From Joe Conway
Subject PG_VERSION in pg_config.h.win32
Date
Msg-id 3FC91539.3050301@joeconway.com
Whole thread Raw
Responses Re: PG_VERSION in pg_config.h.win32  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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 ""


pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: Re: contrib/dbmirror conditional replication
Next
From: Joe Conway
Date:
Subject: Re: Problem with dblink