Re: WIP: index support for regexp search

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: index support for regexp search
Date: 2012-01-20 16:45:53
Message-ID: CABRT9RBmFkcPgjKarnkTJjnDSyL45pJG9pTmp0Fcod_-6rE89w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 20, 2012 at 01:33, Erik Rijkers <er(at)xs4all(dot)nl> wrote:
> Btw, it seems impossible to Ctrl-C out of a search once it is submitted; I suppose this is
> normally necessary for perfomance reasons, but it would be useful te be able to compile a test
> version that allows it.

I believe being interruptible is a requirement for the patch to be accepted.

CHECK_FOR_INTERRUPTS(); should be added to the indeterminate loops.

Regards,
Marti

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-01-20 16:49:06 Re: Inline Extension
Previous Message Dimitri Fontaine 2012-01-20 16:29:16 Re: Inline Extension