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

From Andres Freund
Subject pgsql: Remove trailing commas in enums.
Date
Msg-id E1aqtUw-0005mw-C2@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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/593f469a048f1479d19579a06ec32cce9ddfa190

Modified Files
--------------
src/backend/executor/execIndexing.c | 2 +-
src/include/access/xlog_internal.h  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix core dump in ReorderBufferRestoreChange on alignment-picky p
Next
From: Andres Freund
Date:
Subject: pgsql: Remove trailing commas in enums.