Re: WIP: store additional info in GIN index

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: store additional info in GIN index
Date: 2012-12-04 19:12:11
Message-ID: CAPpHfdsomzOam4sgEecRRmTGuf-ojuR3XNc=iysGWjN+D4g1gw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

On Sun, Dec 2, 2012 at 5:02 AM, Tomas Vondra <tv(at)fuzzy(dot)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 Content-Type Size
ginaddinfo.2.patch.gz application/x-gzip 31.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2012-12-04 19:28:18 Re: Patch for removng unused targets
Previous Message Jan Wieck 2012-12-04 19:05:58 Re: autovacuum truncate exclusive lock round two