1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Back out \' change for tsearch2, broke regression tests.

This commit is contained in:
Bruce Momjian
2006-05-19 04:41:06 +00:00
parent e720382441
commit 3a3622c5f0
2 changed files with 2 additions and 2 deletions

View File

@ -723,7 +723,7 @@ infix(INFIX * in, bool first)
{
if (*op == '\'')
{
*(in->cur) = '\'';
*(in->cur) = '\\';
in->cur++;
}
*(in->cur) = *op;