Re: API stability - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: API stability
Date
Msg-id 20220406.181317.2029659158435249356.horikyota.ntt@gmail.com
Whole thread Raw
Responses Re: API stability  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
At Wed, 6 Apr 2022 10:30:32 +0200, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote in 
> On 2022-Apr-06, Kyotaro Horiguchi wrote:
> 
> > For master, renamed delayChkpt to delayChkptFlags and changed it to
> > uint8.
> 
> For code documentation purposes, I think it is slightly better to use
> bits8 than uint8 for variables where you're storing independent bit flags.

Oh, agreed.  Will fix in the next version along with other fixes.

Thanks!

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: unlogged sequences
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: API stability