Re: API stability

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: robertmhaas(at)gmail(dot)com, markus(dot)wanner(at)enterprisedb(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: API stability
Date: 2022-04-06 08:30:32
Message-ID: 202204060830.gmkykqfh3b4a@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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)

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-04-06 08:44:50 Re: pgsql: pg_rewind: Fetch small files according to new size.
Previous Message Kyotaro Horiguchi 2022-04-06 07:45:21 Re: API stability

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-04-06 08:31:35 Re: Logical replication timeout problem
Previous Message Kyotaro Horiguchi 2022-04-06 07:45:21 Re: API stability