Re: pgsql-server: Fix some bogus code in ConstBit production --- it managed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server: Fix some bogus code in ConstBit production --- it managed
Date: 2004-06-28 00:27:37
Message-ID: 15287.1088382457@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) writes:
> Fix some bogus code in ConstBit production --- it managed to work, but
> only because 14627 still contained the same node that BitWithoutLength had
> just produced. Make it more transparent. Also adjust ConstCharacter
> to be coded the same way for consistency.

Sigh ... what I actually typed was

cvs commit -m "Fix ... because $$ still contained ..."

Shell quoting rules strike again.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-06-28 01:19:21 pgsql-server: Remove some no-longer-needed #includes.
Previous Message Tom Lane 2004-06-28 00:19:04 pgsql-server: Fix some bogus code in ConstBit production --- it managed