Обсуждение: pgsql-server: Fix some bogus code in ConstBit production --- it managed

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)

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

От
Tom Lane
Дата:
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