Re: Dense index? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Dense index?
Date
Msg-id 20140828.143959.1390554953451098967.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: Dense index?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Only if you want it to crash hard on most non-Intel architectures.

Of course some CPU architecture prohibits none word boundary access
and we need to do either:

1) do not allow to use the option on such an architecture

2) work hard to use temporary buffer which is properly aligned

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Dense index?
Next
From: Peter Geoghegan
Date:
Subject: Re: Dense index?