Re: [PATCHES] GIN improvements

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] GIN improvements
Date: 2008-07-07 14:03:40
Message-ID: 20080707140340.GD21091@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Teodor Sigaev wrote:
>> I looked this over and it looks good in general. I was only wondering
>> about for single-column indexes -- we're storing attribute numbers too,
>> right?
> No, GinState->oneCol field signals to GinFormTuple and
> gin_index_getattr/gintuple_get_attrnum about actual storage.
>
> Single column index is binary compatible with current index :)

Ah, neat!

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-07-07 14:33:35 Re: Schema-qualified statements in pg_dump output
Previous Message Teodor Sigaev 2008-07-07 13:58:17 Re: [PATCHES] GIN improvements

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2008-07-07 14:33:42 Re: [PATCHES] WITH RECURSIVE updated to CVS TIP
Previous Message Teodor Sigaev 2008-07-07 13:58:17 Re: [PATCHES] GIN improvements