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

From Zsolt Parragi
Subject Re: centralize CPU feature detection
Date
Msg-id CAN4CZFNKnhVYhLoL9R2+4jeYPVBoCuOHq=SFN_vWkCN8FofnOQ@mail.gmail.com
Whole thread
In response to Re: centralize CPU feature detection  (John Naylor <johncnaylorls@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Mihail Nikalayeu
Date:
Subject: Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
Next
From: Tom Lane
Date:
Subject: Re: centralize CPU feature detection