Re: WIP: index support for regexp search
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Erik Rijkers <er@xs4all.nl>
Cc: Heikki Linnakangas <hlinnakangas@vmware.com>,
Tom Lane <tgl@sss.pgh.pa.us>, Tomas Vondra <tv@fuzzy.cz>, pgsql-hackers@postgresql.org, pavel.stehule@gmail.com
Date: 2012-12-18T07:04:49Z
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
Attachments
- trgm-regexp-0.9.patch.gz (application/x-gzip) patch
On Mon, Dec 17, 2012 at 1:16 PM, Alexander Korotkov <aekorotkov@gmail.com>wrote: > Didn't reproduce it yet. Can you retry it with this line uncommented: > #define TRGM_REGEXP_DEBUG > Then we can see which stage it fails. > Bug is found and fixed in attached patch. ------ With best regards, Alexander Korotkov.