Re: Reading deleted records - PageHeader v3

Поиск
Список
Период
Сортировка
От Jonathan Bond-Caron
Тема Re: Reading deleted records - PageHeader v3
Дата
Msg-id 000c01caa800$e5e83ff0$b1b8bfd0$@com
обсуждение исходный текст
Ответ на Re: Reading deleted records - PageHeader v3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat Feb 6 01:20 AM, Tom Lane wrote:
> "Jonathan Bond-Caron" <jbondc@gmail.com> writes:
> > I think part of my problem is I haven't really understood what 'Then 
> > make sure you have the right alignment' means.
> 
> > My approach currently is:
> 
> > After reading HeapTupleHeaderData (23 bytes), I advance another 4 
> > bytes
> > (hoff) and try to read a 32 bit integer (first attribute).
> 
> No.  First you start at the tuple beginning plus the number of bytes 
> indicated by hoff (which should be at least 24).  

Thanks, much appreciated!

I was reading HeapTupleHeaderData as 23 bytes but it's 27 bytes in
access/htup.h?rev=1.87. 

The hoff now makes sense with a 28 bytes value and I can start to read the
user data.







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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Hot standby documentation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: Faster CREATE DATABASE by delaying fsync (was 8.4.1 ubuntu karmic slow createdb)