|
12 | 12 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California
|
14 | 14 | *
|
15 |
| - * $PostgreSQL: pgsql/src/include/c.h,v 1.204 2006/06/24 14:52:48 tgl Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/include/c.h,v 1.205 2006/06/26 23:53:14 momjian Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -473,7 +473,7 @@ typedef NameData *Name;
|
473 | 473 | */
|
474 | 474 | #defineSQL_STR_DOUBLE(ch,escape_backslash)\
|
475 | 475 | ((ch) == '\'' || ((ch) == '\\' && (escape_backslash)))
|
476 |
| -
|
| 476 | + |
477 | 477 | #defineESCAPE_STRING_SYNTAX'E'
|
478 | 478 |
|
479 | 479 | /* ----------------------------------------------------------------
|
|