Re: API stability - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: API stability
Date
Msg-id 202204060830.gmkykqfh3b4a@alvherre.pgsql
Whole thread Raw
In response to Re: API stability  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
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.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"Nunca se desea ardientemente lo que solo se desea por razón" (F. Alexandre)



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: API stability
Next
From: Amit Kapila
Date:
Subject: Re: Logical replication timeout problem