pgsql: Removed two non-terminals: - FloatOnly: only used by NumericOnly,

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Removed two non-terminals: - FloatOnly: only used by NumericOnly,
Date: 2008-11-13 11:10:07
Message-ID: 20081113111007.3AA057545A4@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Removed two non-terminals:
- FloatOnly: only used by NumericOnly, instead put the FloatOnly production into NumericOnly
- IntegerOnly: only used by NumericOnly and one ALTER TABLE rule, replacement SignedIconst is already used in several other places

Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.636 -> r2.637)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y?r1=2.636&r2=2.637)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2008-11-13 11:54:39 pgsql: Updated parser file to the one generated by the latest version of
Previous Message Magnus Hagander 2008-11-13 09:45:25 pgsql: Fix libpq certificate validation for SSL connections.