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

From Tom Lane
Subject Re: pgsql-server: Fix some bogus code in ConstBit production --- it managed
Date
Msg-id 15287.1088382457@sss.pgh.pa.us
Whole thread Raw
In response to pgsql-server: Fix some bogus code in ConstBit production --- it managed  (tgl@svr1.postgresql.org (Tom Lane))
List pgsql-committers
tgl@svr1.postgresql.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

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Fix some bogus code in ConstBit production --- it managed
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Remove some no-longer-needed #includes.