Fix compiler warning for pg_lfind32().

Nathan Bossart <nathan@postgresql.org>

Commit: 1f42337be535243e665f85916ce21b2d85d9f2b3
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2024-03-27T01:27:46Z
Releases: 17.0
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

Files

PathChange+/−
src/include/port/pg_lfind.h modified +2 −1

Discussion