Why the lp_len is 28 not 32?

Поиск
Список
Период
Сортировка
От jacktby@gmail.com
Тема Why the lp_len is 28 not 32?
Дата
Msg-id 2023022622350728749215@gmail.com
обсуждение исходный текст
Ответы Re: Why the lp_len is 28 not 32?
Список pgsql-hackers
use these sqls below:
create table t(a int);
insert into t values(1);
select lp,lp_off,lp_len,t_data from heap_page_items(get_raw_page('t',0));
 lp | lp_off | lp_len |   t_data   
----+--------+--------+------------
  1 |   8160 |     28 | \x01000000
--------------------------------------------------------------------------------
jacktby@gmail.com

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