diff options
author | David Rowley <drowley@postgresql.org> | 2023-06-08 10:10:34 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2023-06-08 10:10:34 +1200 |
commit | 53ea2b7ad050ce4ad95c89bb55197209b65886a1 (patch) | |
tree | 88b089e2ad52fc360265c673149f594945ca1f3c /src/backend/utils/adt/encode.c | |
parent | f24523672de9c37423800a74cffa7aec27146047 (diff) | |
download | postgresql-53ea2b7ad050ce4ad95c89bb55197209b65886a1.tar.gz postgresql-53ea2b7ad050ce4ad95c89bb55197209b65886a1.zip |
Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC builds
677319746 added support for making use of MSVC's bit scanning functions.
However, that commit failed to consider 32-bit MSVC builds where the
64-bit versions of these functions are unavailable. This resulted in
compilation failures on 32-bit MSVC.
Here we adjust the code so we fall back on the manual way of finding the
bit positions for 64-bit integers when building on 32-bit MSVC.
Bug: #17967
Reported-by: Youmiu Mo
Discussion: https://postgr.es/m/17967-cd21e34a314141b2@postgresql.org
Diffstat (limited to 'src/backend/utils/adt/encode.c')
0 files changed, 0 insertions, 0 deletions