Remove trailing commas in enums.
Andres Freund <andres@anarazel.de>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execIndexing.c | modified | +1 −1 |
| src/include/access/xlog_internal.h | modified | +1 −1 |