Re: centralize CPU feature detection - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: centralize CPU feature detection
Date
Msg-id CAN4CZFM8jmh4+1rUR2c++JWK9sV85T8_mqmwHMvM0YWkTm4_dQ@mail.gmail.com
Whole thread Raw
In response to Re: centralize CPU feature detection  (John Naylor <johncnaylorls@gmail.com>)
Responses Re: centralize CPU feature detection
List pgsql-hackers
Both look good to me.

This isn't part of the patch, and it seems harmless, but while
reviewing the CRC functions, I noticed that pg_crc32c.h  is
inconsistent with its dllimport markers, pg_comp_crc32c has 3
different declarations, and only 1 of them is marked PGDLLIMPORT.



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: [PATCH] Simplify SortSupport implementation for macaddr
Next
From: Daniel Gustafsson
Date:
Subject: Re: pg_basebackup: removed an unnecessary use of memset in FindStreamingStart