aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2016-06-21 20:23:20 -0400
committerBruce Momjian <bruce@momjian.us>2016-06-21 20:23:31 -0400
commit3e9df858f0de5f1a37c71f24373caf8c870f6993 (patch)
treec3d938c2d2bade9dd72cbcbe4a3a2e5597b11ba4 /src/backend/parser
parent342921078a76a34fd2f44f121f225126778eb2cb (diff)
downloadpostgresql-3e9df858f0de5f1a37c71f24373caf8c870f6993.tar.gz
postgresql-3e9df858f0de5f1a37c71f24373caf8c870f6993.zip
Update comment about allowing GUCs to change scanning.
Reported-by: David G. Johnston Discussion: CAKFQuwZZvnxwSq9tNtvL+uyuDKGgV91zR_agtPxQHRWMWQRP8g@mail.gmail.com
Diffstat (limited to 'src/backend/parser')
-rw-r--r--src/backend/parser/scan.l3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/parser/scan.l b/src/backend/parser/scan.l
index 4d905e6b94f..998349d7421 100644
--- a/src/backend/parser/scan.l
+++ b/src/backend/parser/scan.l
@@ -55,8 +55,7 @@ fprintf_to_ereport(const char *fmt, const char *msg)
* GUC variables. This is a DIRECT violation of the warning given at the
* head of gram.y, ie flex/bison code must not depend on any GUC variables;
* as such, changing their values can induce very unintuitive behavior.
- * But we shall have to live with it as a short-term thing until the switch
- * to SQL-standard string syntax is complete.
+ * But we shall have to live with it until we can remove these variables.
*/
int backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
bool escape_string_warning = true;