proposal: tsearch dictionary initialization hook - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal: tsearch dictionary initialization hook
Date
Msg-id AANLkTiktC223yrxYUT6T7Qq0ZbL-Xr7Bx60WN==EEuTD@mail.gmail.com
Whole thread Raw
Responses Re: proposal: tsearch dictionary initialization hook  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
Hello,

I propose a new hook type - that helps with controlling a life cycle
of some tsearch dictionaries. This hook has minimal impact on
performance - it's called once per session for one tsearch
configuration.

Regards

Pavel Stehule

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: lexing small ints as int2
Next
From: Dean Rasheed
Date:
Subject: Re: WIP: Triggers on VIEWs