Skip to content

Commit cfaf8b6

Browse files
committed
Oops, change should go in scan.l to survive a clean checkout and not just
a make clean...
1 parent 2288d64 commit cfaf8b6

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-
BackslashQuoteType backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
58+
int backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
5959
bool escape_string_warning = true;
6060
bool standard_conforming_strings = false;
6161

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy