Re: pgsql: Clarify code to double \\ and '.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Clarify code to double \\ and '.
Date: 2005-07-01 20:37:53
Message-ID: 23301.1120250273@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) writes:
> Clarify code to double \\ and '.

You missed (at least) two places in ruleutils.c.

Also, I'm not sure it's a good idea to be folding the \ and ' cases
together like this, as we'll just have to separate them again soon.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-01 20:39:29 Re: pgsql: Clarify code to double \\ and '.
Previous Message Tom Lane 2005-07-01 20:29:03 pgsql: Avoid function name conflict when plpgsql and rangefuncs