]> 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:17 +0000 (19:25 -0700)
commitb54508596dc4202d581873a8841c72fcf3bae7a6
tree07f96a45a6c2ce64473197b49c610c4ea3ffffd3
parent6bb42d520436a37c9873e64f144547779bb9886b
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/include/catalog/objectaccess.h
src/include/pgstat.h