Re: WIP: index support for regexp search
Marti Raudsepp <marti@juffo.org>
From: Marti Raudsepp <marti@juffo.org>
To: Erik Rijkers <er@xs4all.nl>
Cc: Alexander Korotkov <aekorotkov@gmail.com>, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-01-20T16:45:53Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix filling of postmaster.pid in bootstrap/standalone mode.
- c29947722955 9.3.0 cited
-
Add explicit casts in ilist.h's inline functions.
- e78d288c895b 9.3.0 cited
On Fri, Jan 20, 2012 at 01:33, Erik Rijkers <er@xs4all.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