pgsql: Remove duplicate definition of TYPECAST token.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove duplicate definition of TYPECAST token.
Date: 2009-07-14 20:34:48
Message-ID: 20090714203448.A4A8F75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove duplicate definition of TYPECAST token.
(Apparently, some but not all versions of Bison will warn about this.)

Modified Files:
--------------
pgsql/src/interfaces/ecpg/preproc:
ecpg.tokens (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.tokens?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-07-14 22:16:38 pgsql: Rearrangement of the HTML docs build rules Set up proper
Previous Message Tom Lane 2009-07-14 20:24:10 pgsql: Tweak the core scanner so that it can be used by plpgsql too.