Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcfaf8b6

Browse files
committed
Oops, change should go in scan.l to survive a clean checkout and not just
a make clean...
1 parent2288d64 commitcfaf8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/parser/scan.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Portions Copyright (c) 1994, Regents of the University of California
2525
*
2626
* IDENTIFICATION
27-
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.142 2008/01/01 19:45:51 momjian Exp $
27+
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.143 2008/04/04 12:44:36 mha Exp $
2828
*
2929
*-------------------------------------------------------------------------
3030
*/
@@ -55,7 +55,7 @@ static char *dolqstart; /* current $foo$ quote start string */
5555
* But we shall have to live with it as a short-term thing until the switch
5656
* to SQL-standard string syntax is complete.
5757
*/
58-
BackslashQuoteTypebackslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
58+
intbackslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
5959
boolescape_string_warning =true;
6060
boolstandard_conforming_strings =false;
6161

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp