pgsql: Fix compiler warning for pg_lfind32().

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема pgsql: Fix compiler warning for pg_lfind32().
Дата
Msg-id E1rpI6D-005qwe-Om@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compiler warning for pg_lfind32().

The newly-introduced "one_by_one" label produces -Wunused-label
warnings when building without SIMD support.  To fix, move the
label into the SIMD section of this function.

Oversight in commit 7644a7340c.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/3189995.1711495704%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f42337be535243e665f85916ce21b2d85d9f2b3

Modified Files
--------------
src/include/port/pg_lfind.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Add commit 64e401b62b to .git-blame-ignore-revs.
Следующее
От: Masahiko Sawada
Дата:
Сообщение: pgsql: Allow specifying initial and maximum segment sizes for DSA.