pgsql: meson: Improve PG_VERSION_STR generation

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: meson: Improve PG_VERSION_STR generation
Дата
Msg-id E1p3ggu-002hAl-Ar@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
meson: Improve PG_VERSION_STR generation

Previously the host operating system and 32/64 bit were not included and the
build machine's cpu was used, which is potentially wrong for cross builds.

Author: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CAC+AXB16gwYhKCdS+t0pk3U7kKtpVj5L-ynmhK3Gbea330At3w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fc7852c6cb89a5384e0b4ad30874de92f63f88be

Modified Files
--------------
meson.build | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Const-ify a couple of datetime parsing subroutines.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow DateTimeParseError to handle bad-timezone error messages.