Re: WIP: store additional info in GIN index - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: WIP: store additional info in GIN index
Date
Msg-id CAPpHfdsomzOam4sgEecRRmTGuf-ojuR3XNc=iysGWjN+D4g1gw@mail.gmail.com
Whole thread Raw
In response to Re: WIP: store additional info in GIN index  (Tomas Vondra <tv@fuzzy.cz>)
Responses Re: WIP: store additional info in GIN index  (Tomas Vondra <tv@fuzzy.cz>)
List pgsql-hackers
Hi!

On Sun, Dec 2, 2012 at 5:02 AM, Tomas Vondra <tv@fuzzy.cz> wrote:
I've tried to apply the patch with the current HEAD, but I'm getting
segfaults whenever VACUUM runs (either called directly or from autovac
workers).

The patch applied cleanly against 9b3ac49e and needed a minor fix when
applied on HEAD (because of an assert added to ginRedoCreatePTree), but
that shouldn't be a problem.

Thanks for testing! Patch is rebased with HEAD. The bug you reported was fixed.

------
With best regards,
Alexander Korotkov.
Attachment

pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: autovacuum truncate exclusive lock round two
Next
From: Alexander Korotkov
Date:
Subject: Re: Patch for removng unused targets