Remove trailing commas in enums.

Andres Freund <andres@anarazel.de>

Commit: 533cd2303aa6558721e76295fd1ffb05211764f9
Author: Andres Freund <andres@anarazel.de>
Date: 2016-04-15T02:25:16Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/backend/executor/execIndexing.c modified +1 −1
src/include/access/xlog_internal.h modified +1 −1
src/include/pgstat.h modified +1 −1