Remove trailing commas in enums.

Andres Freund <andres@anarazel.de>

Commit: 593f469a048f1479d19579a06ec32cce9ddfa190
Author: Andres Freund <andres@anarazel.de>
Date: 2016-04-15T02:25:41Z
Releases: 9.5.3
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