Re: source version?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: source version?
Дата
Msg-id 87r809m4xj.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на source version?  (bpalmer <bpalmer@crimelabs.net>)
Список pgsql-hackers
bpalmer <bpalmer@crimelabs.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@postgresql.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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: oh dear ...
Следующее
От: Joe Conway
Дата:
Сообщение: Re: oh dear ...