Re: source version?

From: Neil Conway <neilc(at)samurai(dot)com>
To: bpalmer <bpalmer(at)crimelabs(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: source version?
Date: 2003-11-16 02:18:48
Message-ID: 87r809m4xj.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

bpalmer <bpalmer(at)crimelabs(dot)net> writes:
> I'm trying to figure out what version of a source code I have. I know
> it's a 7.2 release, but how can I find out of it's 7.2, 7.2.3, 7.2.4,
> etc. FROM THE SOURCE CODE, not from compiling (it doesn't compile, it's
> testing code).

Look in configure.in:

AC_INIT([PostgreSQL], [7.5devel], [pgsql-bugs(at)postgresql(dot)org])

Or one of the various places that is generated from that, such as the
PG_VERSION or PG_VERSION_STR #defines in src/include/pg_config.h

-Neil

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-11-16 05:00:56 SRA Win32 sync() code
Previous Message Christopher Kings-Lynne 2003-11-16 01:50:14 Re: oh dear ...