1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X.

This commit is contained in:
Bruce Momjian
2006-05-19 02:38:47 +00:00
parent 40a95aa25b
commit cc84163fa9
4 changed files with 9 additions and 9 deletions

View File

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