diff options
author | Nathan Bossart <nathan@postgresql.org> | 2024-03-26 20:27:46 -0500 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2024-03-26 20:27:46 -0500 |
commit | 1f42337be535243e665f85916ce21b2d85d9f2b3 (patch) | |
tree | 7ae19a8a5d448ef9d8ce1bfed6ea9a64b8467e7c /src/backend/utils/adt/numeric.c | |
parent | ffa9bb53ecb1cec14039d0c78e6f941565e8f986 (diff) | |
download | postgresql-1f42337be535243e665f85916ce21b2d85d9f2b3.tar.gz postgresql-1f42337be535243e665f85916ce21b2d85d9f2b3.zip |
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
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions