pgsql: Avoid assuming that enum CreateStmtLikeOption is unsigned.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid assuming that enum CreateStmtLikeOption is unsigned.
Date: 2009-11-13 23:44:19
Message-ID: 20091113234419.92317753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-11-13 23:49:23 pgsql: Clean up a couple of bizarre code formatting choices in recent
Previous Message Tom Lane 2009-11-13 22:43:43 pgsql: Add control knobs for plpgsql's variable resolution behavior, and