]> git.ipfire.org Git - thirdparty/postgresql.git/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:41 +0000 (19:25 -0700)
commit593f469a048f1479d19579a06ec32cce9ddfa190
tree7a765edaad315164cc22f2bae714b2755f977a27
parente7a456174b2eca37b141952b6f7ef4254887f819
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