mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Update comment about allowing GUCs to change scanning.
Reported-by: David G. Johnston Discussion: CAKFQuwZZvnxwSq9tNtvL+uyuDKGgV91zR_agtPxQHRWMWQRP8g@mail.gmail.com
This commit is contained in:
@ -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
|
* 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;
|
* 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.
|
* 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
|
* But we shall have to live with it until we can remove these variables.
|
||||||
* to SQL-standard string syntax is complete.
|
|
||||||
*/
|
*/
|
||||||
int backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
|
int backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
|
||||||
bool escape_string_warning = true;
|
bool escape_string_warning = true;
|
||||||
|
Reference in New Issue
Block a user