Re: API stability

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: API stability
Дата
Msg-id 202204060830.gmkykqfh3b4a@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: API stability  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: API stability
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Logical replication timeout problem