pgsql: Fix pg_popcount_aarch64.c to build with ancient glibc releases. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix pg_popcount_aarch64.c to build with ancient glibc releases.
Date
Msg-id E1vLT4Q-000Ch8-1K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pg_popcount_aarch64.c to build with ancient glibc releases.

Like commit 6d969ca68, except here we are mopping up after 519338ace.
(There are no other uses of <sys/auxv.h> in the tree, so we should
be done now.)

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

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a51707551270eb2d17ed53c4256cc89299fa3b7

Modified Files
--------------
src/port/pg_popcount_aarch64.c | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Fix typo
Next
From: Richard Guo
Date:
Subject: pgsql: Fix typo in nodeHash.c