diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-11-17 15:24:34 -0500 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-11-17 15:24:34 -0500 |
| commit | 6d969ca687b4b2d4387d318c3fbcf3fc606ea55b (patch) | |
| tree | 986614004388defcca54901454f317f322f0a2f0 /src/backend/executor/execReplication.c | |
| parent | ed931377abc0403ce137d9a7f7ded67cb9355c8d (diff) | |
Fix pg_crc32c_armv8_choose.c to build with ancient glibc releases.
If you go back as far as the RHEL7 era, <sys/auxv.h> does not provide
the HWCAPxxx macros needed with elf_aux_info or getauxval, so you need
to get those from the kernel header <asm/hwcap.h> instead. We knew
that for the 32-bit case but failed to extrapolate to the 64-bit case.
Oversight in commit aac831caf.
Reported-by: GaoZengqi <pgf00a@gmail.com>
Author: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CAFmBtr3Av62-jBzdhFkDHXJF9vQmNtSnH2upwODjnRcsgdTytw@mail.gmail.com
Backpatch-through: 18
Diffstat (limited to 'src/backend/executor/execReplication.c')
0 files changed, 0 insertions, 0 deletions
