8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecae3a9 commit 59a853eCopy full SHA for 59a853e
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $PostgreSQL: pgsql/src/include/c.h,v 1.204 2006/06/24 14:52:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.205 2006/06/26 23:53:14 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -473,7 +473,7 @@ typedef NameData *Name;
473
474
#define SQL_STR_DOUBLE(ch, escape_backslash) \
475
((ch) == '\'' || ((ch) == '\\' && (escape_backslash)))
476
-
+
477
#define ESCAPE_STRING_SYNTAX 'E'
478
479
/* ----------------------------------------------------------------
0 commit comments