postgresql/src/include/tsearch
Thomas Munro 4f51429dd7 Update tsearch regex memory management.
Now that our regex engine uses palloc(), it's not necessary to set up a
special memory context callback to free compiled regexes.  The regex has
no resources other than the memory that is already going to be freed in
bulk.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKGK3PGKwcKqzoosamn36YW-fsuTdOPPF1i_rtEO%3DnEYKSg%40mail.gmail.com
2023-04-08 22:09:17 +12:00
..
dicts Update tsearch regex memory management. 2023-04-08 22:09:17 +12:00
ts_cache.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
ts_locale.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
ts_public.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
ts_type.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
ts_utils.h Fix ts_headline() to handle ORs and phrase queries more honestly. 2023-01-19 16:21:44 -05:00