]> granicus.if.org Git - postgresql/commit
Improve documentation around TS_execute().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Dec 2016 16:50:07 +0000 (11:50 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Dec 2016 16:50:32 +0000 (11:50 -0500)
commit23c75b55aaccddea79545ffaf1cbfc9f1edeaa8c
treeab87c8e523caea10769b4fd72a77b072fbce6b32
parent3761fe3c20bb040b15f0e8da58d824631da00caa
Improve documentation around TS_execute().

I got frustrated by the lack of commentary in this area, so here is some
reverse-engineered documentation, along with minor stylistic cleanup.
No code changes more significant than removal of unused variables.

Back-patch to 9.6, not because that's useful in itself, but because
we have some bugs to fix in phrase search and this would cause merge
failures if it's only in HEAD.
src/backend/tsearch/wparser_def.c
src/backend/utils/adt/tsginidx.c
src/backend/utils/adt/tsvector_op.c
src/include/tsearch/ts_utils.h