[COMMITTERS] pgsql: Improve documentation around TS_execute().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Improve documentation around TS_execute().
Дата
Msg-id E1cHviT-0007OV-6B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6f734554c38811316a9d6951b4500a6d1b0b84aa

Modified Files
--------------
src/backend/tsearch/wparser_def.c   |  2 +-
src/backend/utils/adt/tsginidx.c    | 12 ++---
src/backend/utils/adt/tsvector_op.c | 92 ++++++++++++++++++++-----------------
src/include/tsearch/ts_utils.h      | 61 ++++++++++++++++++------
4 files changed, 103 insertions(+), 64 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Simplify LWLock tranche machinery by removingarray_base/array_s
Следующее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Ensure that num_sync is greater than zero insynchronous_standby