pgsql: Remove trailing commas in enums. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove trailing commas in enums.
Date
Msg-id E1aqtV0-0005oF-SZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove trailing commas in enums.

These aren't valid C89. Found thanks to gcc's -Wc90-c99-compat. These
exist in differing places in most supported branches.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ccf893c4bdef19a778a621a4290c85716a257e72

Modified Files
--------------
src/include/catalog/objectaccess.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix trivial typo.
Next
From: Tom Lane
Date:
Subject: pgsql: Rethink \crosstabview's argument parsing logic.