Re: [HACKERS] unfathomable comment in psqlscan.l

2010-01-26 Thread Robert Haas
On Tue, Jan 26, 2010 at 2:12 PM, Tom Lane wrote: > Robert Haas writes: >> While reviewing Pavel's patch for variable quoting in psql, I came >> upon the following comment in psqlscan.l: > >>         /* >>          * The variable value is just emitted without any >>          * further examination.

Re: [HACKERS] unfathomable comment in psqlscan.l

2010-01-26 Thread Tom Lane
Robert Haas writes: > While reviewing Pavel's patch for variable quoting in psql, I came > upon the following comment in psqlscan.l: > /* > * The variable value is just emitted without any > * further examination. This is consistent with the > * pre-8.0 code be

[HACKERS] unfathomable comment in psqlscan.l

2010-01-26 Thread Robert Haas
While reviewing Pavel's patch for variable quoting in psql, I came upon the following comment in psqlscan.l: /* * The variable value is just emitted without any * further examination. This is consistent with the * pre-8.0 code behavior, if not with the way that