mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X.
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