Re: Dense index?

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Dense index?
Date: 2014-08-28 05:39:59
Message-ID: 20140828.143959.1390554953451098967.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-08-28 05:41:53 Re: Dense index?
Previous Message Tom Lane 2014-08-28 05:27:23 Re: Dense index?