Re: pgsql: Fix broken cast on MSVC

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: John Naylor <john(dot)naylor(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix broken cast on MSVC
Date: 2022-08-30 02:50:55
Message-ID: CAFBsxsG-wq77JskPedbd3J5WPz+i3Ac9_ce-HXf3eTnX=BJ-zQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Aug 30, 2022 at 9:26 AM Julien Rouhaud <rjuju123(at)gmail(dot)com> wrote:
>
> Shouldn't the comment be "Exactly like vector8_is_highbit_set..."?
>
> Also, is there any reason to not have a function prototype for this one? As
> far as I can see that's the only one that doesn't in simd.h.

Fixed, thanks!

--
John Naylor
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-08-30 03:32:59 pgsql: Drop replication origin slots before tablesync worker exits.
Previous Message John Naylor 2022-08-30 02:50:22 pgsql: Further code review of port/simd.h