pgsql: Improve error messages from to_tsquery per yesterday's - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve error messages from to_tsquery per yesterday's
Date
Msg-id 20061004175252.BB45A9FB405@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve error messages from to_tsquery per yesterday's discussion:
provide the bad input, and be sure to mention that we are talking about
a tsearch query.

Modified Files:
--------------
    pgsql/contrib/tsearch2:
        query.c (r1.28 -> r1.29)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query.c.diff?r1=1.28&r2=1.29)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add qsort and qsort_arg to MSVC list of src/port files.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix comment to agree with presentation.