pgsql: Further code review of port/simd.h

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further code review of port/simd.h
Date: 2022-08-30 02:50:22
Message-ID: E1oSrKY-000Y2v-72@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further code review of port/simd.h

Add missing declaration per existing style, and fix a couple typos.

Nathan Bossart and Julien Rouhaud

Discussion: https://www.postgresql.org/message-id/20220829171712.GA509233%40nathanxps13
Discussion: https://www.postgresql.org/message-id/20220830022636.qrcbcecmhztbxrwa%40jrouhaud

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/865424627db638acdbe4b5d0384d0b9cd34838a5

Modified Files
--------------
src/include/port/simd.h | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-08-30 02:50:55 Re: pgsql: Fix broken cast on MSVC
Previous Message Peter Geoghegan 2022-08-30 02:43:42 pgsql: Adjust comments that called MultiXactIds "XMIDs".