What's the prefix?

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: What's the prefix?
Date: 2023-02-26 16:16:44
Message-ID: 2023022700052778392026@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2023-02-26 16:27:07 Re: What's the prefix?
Previous Message Melanie Plageman 2023-02-26 16:03:43 Track IO times in pg_stat_io