]> 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:18 +0000 (11:50 -0500)
commit6f734554c38811316a9d6951b4500a6d1b0b84aa
tree634153e664bd506d2e59f52a1fa412685543a3ae
parentb344b879d3d3880b21c44687a3fe09e81e9ad3a9
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