Hannu Krosing <hannu(at)tm(dot)ee> writes:
> Another idea is to make special regex type and store the regexes
> pre-parsed (i.e. in some fast-load form) ?
Seems unlikely that going out to disk could beat just recompiling the
regexp. They're not *that* slow to compile ... at least not when we
avoid the performance problem that we introduced into the older regexp
code.
regards, tom lane