]> granicus.if.org Git - postgresql/commit
Remove trailing commas in enums.
authorAndres Freund <andres@anarazel.de>
Fri, 15 Apr 2016 01:54:06 +0000 (18:54 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 15 Apr 2016 02:25:16 +0000 (19:25 -0700)
commit533cd2303aa6558721e76295fd1ffb05211764f9
tree9c3723b45c87a9c9120b215c038a03246a0a3a12
parent7b16781228d6c0a2db66d71e33e64b9606779feb
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.
src/backend/executor/execIndexing.c
src/include/access/xlog_internal.h
src/include/pgstat.h