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

Started by Tom Lanealmost 22 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
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.

Modified Files:
--------------
pgsql-server/src/backend/parser:
gram.y (r2.463 -> r2.464)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/parser/gram.y.diff?r1=2.463&r2=2.464)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tom Lane (#1)
Re: pgsql-server: Fix some bogus code in ConstBit production --- it managed

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