Remove stdbool workaround in sepgsql
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 23 Mar 2018 01:59:28 +0000 (21:59 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 23 Mar 2018 01:59:28 +0000 (21:59 -0400)
commit5c4920be303e0ab894c9a3a48e780b7e0e56240b
tree7f3ca3d263eb18e64de8c1ea683e28c3af387b5d
parent9a95a77d9d5d3003d2d67121f2731b6e5fc37336
Remove stdbool workaround in sepgsql

Since we now use stdbool.h in c.h, this workaround breaks the build and
is no longer necessary, so remove it.  (Technically, there could be
platforms with a 4-byte bool in stdbool.h, in which case we would not
include stdbool.h in c.h, and so the old problem that caused this
workaround would reappear.  But this combination is not known to happen
on the range of platforms where sepgsql can be built.)
contrib/sepgsql/label.c