Re: centralize CPU feature detection

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, root <tenistarkim(at)gmail(dot)com>, Nathan Bossart <nathandbossart(at)gmail(dot)com>
Subject: Re: centralize CPU feature detection
Date: 2026-02-24 19:57:46
Message-ID: CAN4CZFNKnhVYhLoL9R2+4jeYPVBoCuOHq=SFN_vWkCN8FofnOQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2 and 3 looks good too, I only found two more typos:

+ return pg_comp_crc32c(crc, data, len);
+};

That semicolon is not needed

And in the commit message:

"it has been intialized and if"

That should be initialized

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-02-24 19:59:47 Re: centralize CPU feature detection
Previous Message Mihail Nikalayeu 2026-02-24 19:48:00 Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements