pgsql: Fix compiler warning for pg_lfind32(). - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix compiler warning for pg_lfind32().
Date
Msg-id E1rpI6D-005qwe-Om@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add commit 64e401b62b to .git-blame-ignore-revs.
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Allow specifying initial and maximum segment sizes for DSA.