File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 * Portions Copyright (c) 1994, Regents of the University of California
2525 *
2626 * IDENTIFICATION
27- * $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.123 2005/06/02 01:23:08 momjian Exp $
27+ * $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.124 2005/06/02 17:45:17 tgl Exp $
2828 *
2929 *-------------------------------------------------------------------------
3030 */
@@ -193,7 +193,7 @@ xnstart [nN]{quote}
193193xqstart {quote }
194194xqdouble {quote }{quote }
195195xqinside [^ \\ ' ]+
196- xqescape [\\ ][^ 0 -7x ]
196+ xqescape [\\ ][^ 0 -7 ]
197197xqoctesc [\\ ][0 -7 ]{1,3 }
198198xqhexesc [\\ ]x[0 -9A -Fa -f ]{1,2 }
199199
Original file line number Diff line number Diff line change 3333 * Portions Copyright (c) 1994, Regents of the University of California
3434 *
3535 * IDENTIFICATION
36- * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.13 2005/06/02 01:23:48 momjian Exp $
36+ * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.14 2005/06/02 17:45:19 tgl Exp $
3737 *
3838 *-------------------------------------------------------------------------
3939 */
@@ -250,7 +250,7 @@ xnstart [nN]{quote}
250250xqstart {quote}
251251xqdouble {quote}{quote}
252252xqinside [^\\' ]+
253- xqescape [\\ ][^0-7x ]
253+ xqescape [\\ ][^0-7 ]
254254xqoctesc [\\ ][0-7]{1,3}
255255xqhexesc [\\ ]x[0-9A-Fa-f]{1,2}
256256
You can’t perform that action at this time.
0 commit comments