1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +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:39:04 +00:00
parent 1c01a5108a
commit 9a27f72b37
5 changed files with 10 additions and 10 deletions

View File

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