Re: [HACKERS] dec alpha/64bit stuff

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: brett(at)work(dot)chicken(dot)org, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] dec alpha/64bit stuff
Date: 1998-03-07 06:06:12
Message-ID: 199803070606.BAA03137@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I predict that if you pump up attypmod to a 32 bit field your problems
> will go away. I'll bet that the page is being read off of disk and the
> struct is memcpy'd (or something similar) into it, rather than being
> copied field-by-field. The struct internal alignments are off for the
> Alpha, which will pad structs to get the optimal access alignment.

Ooooh, good guess. Can't wait to hear if it is correct.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Goran Thyni 1998-03-07 11:21:25 Re: [QUESTIONS] Error: ComputeDataSize
Previous Message Thomas G. Lockhart 1998-03-07 05:52:33 Re: [HACKERS] dec alpha/64bit stuff