Re: [Fwd: PostgreSQL RPMS...] - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [Fwd: PostgreSQL RPMS...]
Date
Msg-id 200006122124.RAA04716@candle.pha.pa.us
Whole thread Raw
In response to Re: [Fwd: PostgreSQL RPMS...]  (Lamar Owen <lamar.owen@wgcr.org>)
List pgsql-hackers
> Bruce Momjian wrote:
> > 
> > No idea.  I just brand the files.
> ----
> > > I assume that you may still be doing the RPMS's for PostgreSQL.
> > > Just a note on the latest 7.0.2-1 RPMS release. The binaries from
> > > the RPMS are reporting that they are version 7.0.1, instead of
> 
> If I run psql -V on 7.0.2, it reports that it is 7.0.1.
> 
> Oh well.
> 

Strange.  If you look in include/version.h.in, it constructs
PG_VERSION_STR and I see 7.0.2 in there.  My guess is that somehow the
tarball being grabbed has 7.0.1 in include/version.h.in, even though CVS
has 7.0.2.

Can you check on that?

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: Re: [Fwd: PostgreSQL RPMS...]
Next
From: Tom Lane
Date:
Subject: Re: Caching number of blocks in relation to avoi lseek.