Re: new function for tsquery creartion

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Victor Drobny <v.drobny@postgrespro.ru>
Cc: Aleksander Alekseev <a.alekseev@postgrespro.ru>, pgsql-hackers@postgresql.org
Date: 2018-03-02T03:06:05Z
Lists: pgsql-hackers
On 2017-11-29 17:56:30 +0300, Victor Drobny wrote:
> Thank you for review. I have tried to fix all of your comments.
> However i want to mention that the absence of comments for functions
> in to_tsany.c is justified by the absence of comments for other
> similar functions.

That's not justification. Tsquery related code is notorious for being
badly commented, we do not want to continue that.

Greetings,

Andres Freund


Commits

  1. Add websearch_to_tsquery

  2. Add psql variables to track success/failure of SQL queries.

  3. Wording improvements