pgsql: Rename pg_popcount_avx512.c to pg_popcount_x86.c. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Rename pg_popcount_avx512.c to pg_popcount_x86.c.
Date
Msg-id E1viehj-001rTy-2R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename pg_popcount_avx512.c to pg_popcount_x86.c.

This is preparatory work for a follow-up commit that will move the
rest of the x86-64-specific popcount code to this file.

Reviewed-by: John Naylor <johncnaylorls@gmail.com>
Discussion: https://postgr.es/m/aWf_InS1VrbeXAfP%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fbe327e5b465dff0fe5ce66ceff08ab9de9ef758

Modified Files
--------------
src/port/Makefile                                    | 2 +-
src/port/meson.build                                 | 2 +-
src/port/{pg_popcount_avx512.c => pg_popcount_x86.c} | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Force standard_conforming_strings to always be ON.
Next
From: Peter Smith
Date:
Subject: Re: pgsql: tests: Add a test C++ extension module