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:
@ -723,7 +723,7 @@ infix(INFIX * in, bool first)
|
||||
{
|
||||
if (*op == '\'')
|
||||
{
|
||||
*(in->cur) = '\\';
|
||||
*(in->cur) = '\'';
|
||||
in->cur++;
|
||||
}
|
||||
*(in->cur) = *op;
|
||||
|
Reference in New Issue
Block a user