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

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Removed two non-terminals: - FloatOnly: only used by NumericOnly,
Date
Msg-id 20081113111007.3AA057545A4@cvs.postgresql.org
Whole thread Raw
List 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
otherplaces 

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)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Updated parser file to the one generated by the latest version of
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Fix libpq certificate validation for SSL connections.