Re: Remove win32ver.rc from version_stamp.pl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Remove win32ver.rc from version_stamp.pl
Дата
Msg-id 10432.1583765753@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Remove win32ver.rc from version_stamp.pl  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Remove win32ver.rc from version_stamp.pl  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> On 2020-03-01 23:51, Tom Lane wrote:
>> In general, while I'm on board with the idea, I wonder whether it
>> wouldn't be smarter to keep on defining PG_MAJORVERSION as a string,
>> and just add PG_MAJORVERSION_NUM alongside of it.

> Agreed.  Here is another patch.

This version LGTM.  (I can't actually test the Windows aspects
of this, but I assume you did.)

I'm wondering a little bit whether it'd be worth back-patching the
additions of the new #defines.  That would cut about five years off
the time till they could be relied on by extensions.  However,
I'm not sure anyone is eager to rely on them, so it may not be
worth the effort.

            regards, tom lane



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

Предыдущее
От: tushar
Дата:
Сообщение: Re: [Proposal] Global temporary tables
Следующее
От: Kuntal Ghosh
Дата:
Сообщение: Re: backend type in log_line_prefix?