postgresql/contrib/sepgsql
Peter Eisentraut 5c4920be30 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.)
2018-03-22 21:59:28 -04:00
..
expected Blindly attempt to adapt sepgsql regression tests. 2018-02-20 18:24:00 -08:00
sql Fix whitespace 2017-04-10 11:18:15 -04:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
database.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
dml.c get_relid_attribute_name is dead, long live get_attname 2018-02-12 19:33:15 -03:00
hooks.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
label.c Remove stdbool workaround in sepgsql 2018-03-22 21:59:28 -04:00
launcher Update copyright for 2018 2018-01-02 23:30:12 -05:00
proc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
relation.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
schema.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
selinux.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
sepgsql-regtest.te Fix sepgsql regression tests. 2015-08-30 11:09:05 -07:00
sepgsql.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
sepgsql.sql.in sepgsql_setcon(). 2012-03-15 16:08:40 -04:00
test_sepgsql Fix omission of -X (--no-psqlrc) in some psql invocations. 2015-12-28 11:46:43 -05:00
uavc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00