diff options
| author | Bruce Momjian | 2006-05-19 04:39:47 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-05-19 04:39:47 +0000 |
| commit | 19892feb3c86eda36769f19b8ad868cf40d9a10f (patch) | |
| tree | f016e5a14c7990d9881613a0082ca2ce46acc8bb /contrib/tsearch2/query.c | |
| parent | 7d866ffad703ebf50b4e8ec55ed54d1892ab89b3 (diff) | |
Back out \' change for tsearch2, broke regression tests.
Diffstat (limited to 'contrib/tsearch2/query.c')
| -rw-r--r-- | contrib/tsearch2/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tsearch2/query.c b/contrib/tsearch2/query.c index 8ed66460baa..9be5f451fa8 100644 --- a/contrib/tsearch2/query.c +++ b/contrib/tsearch2/query.c @@ -748,7 +748,7 @@ infix(INFIX * in, bool first) { if ( t_iseq(op, '\'') ) { - *(in->cur) = '\''; + *(in->cur) = '\\'; in->cur++; } COPYCHAR(in->cur,op); |
