Thread: pgsql: Remove trailing commas in enums.

pgsql: Remove trailing commas in enums.

From
Andres Freund
Date:
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(-)