pgsql: Avoid assuming that enum CreateStmtLikeOption is unsigned. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Avoid assuming that enum CreateStmtLikeOption is unsigned.
Date
Msg-id 20091113234419.92317753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Avoid assuming that enum CreateStmtLikeOption is unsigned.  Zdenek Kotala

Modified Files:
--------------
    pgsql/src/include/nodes:
        parsenodes.h (r1.413 -> r1.414)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/parsenodes.h?r1=1.413&r2=1.414)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add control knobs for plpgsql's variable resolution behavior, and
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up a couple of bizarre code formatting choices in recent