mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Back out \' change for tsearch2, broke regression tests.
This commit is contained in:
@@ -748,7 +748,7 @@ infix(INFIX * in, bool first)
|
||||
{
|
||||
if ( t_iseq(op, '\'') )
|
||||
{
|
||||
*(in->cur) = '\'';
|
||||
*(in->cur) = '\\';
|
||||
in->cur++;
|
||||
}
|
||||
COPYCHAR(in->cur,op);
|
||||
|
Reference in New Issue
Block a user