]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Cosmetic improvements for default text search parser's ts_headline code.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Apr 2020 16:37:00 +0000 (12:37 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Apr 2020 16:37:00 +0000 (12:37 -0400)
commit638519156ef096a0bf30cf017108b2cfa8625313
tree3d3f893250c7938588b762756802212572795539
parent7780660520b77b1ce050e63b2ab234068a108ee3
Cosmetic improvements for default text search parser's ts_headline code.

This code was woefully unreadable and under-commented.  Try to improve
matters by adding comments, using some macros to make complicated
if-tests more readable, using boolean type where appropriate, etc.
There are a couple of tiny coding improvements too, but this commit
includes (I hope) no behavioral change.

Nonetheless, back-patch as far as 9.6, because a followup bug-fixing
commit depends on this.

Discussion: https://postgr.es/m/16345-2e0cf5cddbdcd3b4@postgresql.org
src/backend/tsearch/wparser_def.c