From: | teodor(at)postgresql(dot)org (Teodor Sigaev) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Backpatch: Fix tsvector_out() and tsquery_out() to escape |
Date: | 2007-11-16 17:17:52 |
Message-ID: | 20071116171752.9553E7540F0@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that.
Patch by Bruce Momjian <bruce(at)momjian(dot)us>
Tags:
----
REL8_0_STABLE
Modified Files:
--------------
pgsql/contrib/tsearch2:
query.c (r1.11.4.1 -> r1.11.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query.c?r1=1.11.4.1&r2=1.11.4.2)
tsvector.c (r1.12.4.2 -> r1.12.4.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.c?r1=1.12.4.2&r2=1.12.4.3)
pgsql/contrib/tsearch2/expected:
tsearch2.out (r1.11.4.1 -> r1.11.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/expected/tsearch2.out?r1=1.11.4.1&r2=1.11.4.2)
pgsql/contrib/tsearch2/sql:
tsearch2.sql (r1.7.4.1 -> r1.7.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/sql/tsearch2.sql?r1=1.7.4.1&r2=1.7.4.2)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2007-11-16 17:22:21 | pgsql: Fix a few mentions of "Postgres" that slipped into the release |
Previous Message | Teodor Sigaev | 2007-11-16 17:09:15 | pgsql: Backpatch: Fix tsvector_out() and tsquery_out() to escape |