pgsql: Fix USE_SLICING_BY_8_CRC32C builds on x86 - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Fix USE_SLICING_BY_8_CRC32C builds on x86
Date
Msg-id E1vv402-0012H0-0i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix USE_SLICING_BY_8_CRC32C builds on x86

A future commit will move the CRC function choosing logic to the
file where the hardware-specific functions are defined, but until
then add guards for builds without those functions. Oversight in
commit b9278871f.

Per buildfarm animal rhinoceros

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/4014992.1771963187@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3322f01a11b79d4b3c84ae9322c0984891349e46

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


pgsql-committers by date:

Previous
From: Jacob Champion
Date:
Subject: pgsql: pg_upgrade: Use max_protocol_version=3.0 for older servers
Next
From: Richard Guo
Date:
Subject: pgsql: Fix unsafe RTE_GROUP removal in simplify_EXISTS_query