Re: PG_VERSION in pg_config.h.win32

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: PG_VERSION in pg_config.h.win32
Date: 2003-11-30 06:10:03
Message-ID: 200311300610.hAU6A3424284@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-11-30 16:04:25 Re: [BUGS] Bug in byteaout code in all PostgreSQL versions
Previous Message Bruce Momjian 2003-11-30 05:36:39 Re: minor cleanup in plpgsql.sgml