pgsql: Add -mpopcnt to all compiles of pg_bitutils.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add -mpopcnt to all compiles of pg_bitutils.c
Дата
Msg-id E1gu1Jo-0007RX-P4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add -mpopcnt to all compiles of pg_bitutils.c

The way this makefile works, we need to specify it three times.

Branch
------
master

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

Modified Files
--------------
src/port/Makefile | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: pgsql: More float test and portability fixes.
Следующее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Remove a stray subnormal value from float tests.