pgsql: Fix unused function warning on Arm platforms - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Fix unused function warning on Arm platforms
Date
Msg-id E1w9Cga-0030Dv-2a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix unused function warning on Arm platforms

Guard definition pg_pmull_available() on compile-time availability
of PMULL. Oversight in fbc57f2bc. In passing, remove "inline" hint
for consistency.

Reported-by: Tomas Vondra <tomas@vondra.me>
Discussion: https://postgr.es/m/f153d5a4-a9be-4211-b0b2-7e99b56d68d5@vondra.me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2849fe4c978540111748208ba96af7808602c567

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


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Modernize struct declarations in snapbuild.h
Next
From: Andres Freund
Date:
Subject: pgsql: aio: io_uring: Trigger async processing for large IOs