PG_VERSION in pg_config.h.win32

Started by Joe Conwayover 22 years ago2 messagespatches
Jump to latest
#1Joe Conway
mail@joeconway.com

PG_VERSION should be 7.5devel (not 7.4) in pg_config.h.win32, shouldn't it?

Joe

Attachments:

win32config.patchtext/plain; name=win32config.patchDownload+4-4
#2Bruce Momjian
bruce@momjian.us
In reply to: Joe Conway (#1)
Re: PG_VERSION in pg_config.h.win32

I have bumped all the changes mentioned in RELEASE_CHANGES for 7.5.

I have _not_ touched 7.4.X.

---------------------------------------------------------------------------

Joe Conway wrote:

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 ""

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073