pgsql: Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce
Date
Msg-id 20050615194406.9483652881@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts.

Modified Files:
--------------
    pgsql/src/backend/parser:
        gram.y (r2.493 -> r2.494)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.493&r2=2.494)

pgsql-committers by date:

Previous
From: pjmodos@pgfoundry.org (User Pjmodos)
Date:
Subject: docbot - docbot: Ability to control config from IRC.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add \x hex support to ecpg strings.