Re: PostgreSQL Version 10, missing minor version

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL Version 10, missing minor version
Дата
Msg-id 1585.1472410329@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL Version 10, missing minor version  ("Regina Obe" <lr@pcorp.us>)
Ответы Re: PostgreSQL Version 10, missing minor version  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
"Regina Obe" <lr@pcorp.us> writes:
> The routine in PostGIS to parse out the version number from pg_config is
> breaking in the 10 cycle

TBH, I wonder why you are doing that in the first place; it does not
seem like the most reliable source of version information.  If you
need to do compile-time tests, PG_CATALOG_VERSION is considered the
best thing to look at, or VERSION_NUM in Makefiles.

However, if you're dead set on getting a version number out of a string
representation, you'll need to make changes similar to commit
69dc5ae408f68c302029a6b43912a2cc16b1256c.
        regards, tom lane



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: PostgreSQL Version 10, missing minor version
Следующее
От: Joe Conway
Дата:
Сообщение: Re: RLS related docs