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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Fix some bogus code in ConstBit production --- it managed
Date: 2004-06-28 00:19:04
Message-ID: 20040628001904.23F78D1B289@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-06-28 00:27:37 Re: pgsql-server: Fix some bogus code in ConstBit production --- it managed
Previous Message Tom Lane 2004-06-27 22:58:23 pgsql-server: Fix bogus line break within a file name, as noted by