+(pg_lsn, int8) and -(pg_lsn, int8) operators

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема +(pg_lsn, int8) and -(pg_lsn, int8) operators
Дата
Msg-id ed9f7f74-e996-67f8-554a-52ebd3779b3b@oss.nttdata.com
обсуждение исходный текст
Ответы Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators
Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators
Список pgsql-hackers
Hi,

I'd like to propose to introduce the +(pg_lsn, int8) and -(pg_lsn, int8)
operators. The + operator allows us to add the number of bytes into pg_lsn,
resulting new pg_lsn. The - operator allows us to substract the number
of bytes from pg_lsn, resulting new pg_lsn. Thought?
I sometimes need these features for debuging purpose.

Attached is the patch implementing those operators.
Of course, this is the dev item for v14.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: WAL usage calculation patch
Следующее
От: Rajkumar Raghuwanshi
Дата:
Сообщение: Re: WIP/PoC for parallel backup