Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
cfaf8b6b
Commit
cfaf8b6b
authored
17 years ago
by
Magnus Hagander
Browse files
Options
Downloads
Patches
Plain Diff
Oops, change should go in scan.l to survive a clean checkout and not just
a make clean...
parent
2288d646
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/backend/parser/scan.l
+2
-2
2 additions, 2 deletions
src/backend/parser/scan.l
with
2 additions
and
2 deletions
src/backend/parser/scan.l
+
2
−
2
View file @
cfaf8b6b
...
...
@@ -24,7 +24,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.14
2
2008/0
1
/0
1
1
9
:4
5:51 momjian
Exp $
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.14
3
2008/0
4
/0
4
1
2
:4
4:36 mha
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -55,7 +55,7 @@ static char *dolqstart; /* current $foo$ quote start string */
* But we shall have to live with it as a short-term thing until the switch
* to SQL-standard string syntax is complete.
*/
BackslashQuoteType
backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
int
backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
bool escape_string_warning = true;
bool standard_conforming_strings = false;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment