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?  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: "jacktby@gmail.com"
Дата:
Сообщение: Give me more details of some bits in infomask!!
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Add LZ4 compression in pg_dump