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

From [email protected] (Michael Meskes)
Subject pgsql: Removed two non-terminals: - FloatOnly: only used by NumericOnly,
Date
Msg-id [email protected]
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: [email protected] (Michael Meskes)
Date:
Subject: pgsql: Updated parser file to the one generated by the latest version of
Next
From: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Fix libpq certificate validation for SSL connections.