Thanks to visit codestin.com Credit goes to github.com
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 3429210 commit 3e9df85Copy full SHA for 3e9df85
src/backend/parser/scan.l
@@ -55,8 +55,7 @@ fprintf_to_ereport(const char *fmt, const char *msg)
55
* GUC variables. This is a DIRECT violation of the warning given at the
56
* head of gram.y, ie flex/bison code must not depend on any GUC variables;
57
* as such, changing their values can induce very unintuitive behavior.
58
- * But we shall have to live with it as a short-term thing until the switch
59
- * to SQL-standard string syntax is complete.
+ * But we shall have to live with it until we can remove these variables.
60
*/
61
int backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
62
bool escape_string_warning = true;
0 commit comments