Re: Dept of ugly hacks: eliminating padding space in system indexes - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Dept of ugly hacks: eliminating padding space in system indexes
Date
Msg-id 48609055.9010808@sigaev.ru
Whole thread Raw
In response to Dept of ugly hacks: eliminating padding space in system indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Dept of ugly hacks: eliminating padding space in system indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> dead easy to implement this: effectively, we just decree that the
> index column storage type for NAME is always CSTRING.  Because the

Isn't it a reason to add STORAGE option of CREATE OPERATOR CLASS to BTree? as 
it's done for GiST and GIN indexes.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Git Repository for WITH RECURSIVE and others
Next
From: "Alex Hunsaker"
Date:
Subject: Re: [PATCHES] Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout