What's the prefix? - Mailing list pgsql-hackers

From jacktby@gmail.com
Subject What's the prefix?
Date
Msg-id 2023022700052778392026@gmail.com
Whole thread Raw
Responses Re: What's the prefix?
List pgsql-hackers
use these sqls:
create table t(a text);
insert into t values('a');
select lp,lp_len,t_data from heap_page_items(get_raw_page('t',0));
lp | lp_len | t_data 
----+--------+--------
  1 |     26 | \x0561
as you can see, the 61 is 'a', so what's the 05??? strange.

jacktby@gmail.com

pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Track IO times in pg_stat_io
Next
From: "David G. Johnston"
Date:
Subject: Re: What's the prefix?