Re: Module dependency on PostgeSQL version

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Module dependency on PostgeSQL version
Дата
Msg-id 15112.1084309208@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Module dependency on PostgeSQL version  (Thomas Hallgren <thhal@mailblocks.com>)
Ответы Re: Module dependency on PostgeSQL version  (Thomas Hallgren <thhal@mailblocks.com>)
Re: Module dependency on PostgeSQL version  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> The PGSQL_MAJOR_VER and PGSQL_MINOR_VER does not exist today. Ideally, 
> I'd like to find them in src/Makefile.global. Only thing present seems 
> to be the VERSION. I'd like to see something like:

> PGSQL_MAJOR_VER := 7
> PGSQL_MINOR_VER := 5
> PGSQL_PATCH_VER := devel
> VERSION := $(PGSQL_MAJOR_VER).$(PGSQL_MINOR_VER).$(PGSQL_PATCH_VER)

> To be used in CPPFLAGS as: -DPGSQL_MAJOR_VER=$(PGSQL_MAJOR_VER) etc.

Wouldn't it be better to just put those #defines in to begin with,
rather than requiring people to hack on their CPPFLAGS?  I don't offhand
see much need for knowing the PG version at the Makefile level, but I
do see the usefulness at the C-code level.

I think Joe Conway is already doing something like this for pl/r ...
leastwise he's shown bits of #ifdef'd code in past email.  It would
be interesting to see the details of his solution.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PITR Signalling the Archiver
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: XLog: how to log?