postgresql/contrib/sepgsql
Tom Lane 2dd510e630 Fix contrib/sepgsql regression tests for partition NOT NULL change.
Commit 3ec76ff1f changed the partitioning logic to not install a forced
NOT NULL constraint on range partitioning columns.  This affects the
expected output for contrib/sepgsql, because there's no longer LOG
entries reporting allowance of such a constraint.  Per buildfarm.
2017-05-21 11:46:04 -04:00
..
expected Fix contrib/sepgsql regression tests for partition NOT NULL change. 2017-05-21 11:46:04 -04:00
sql Fix whitespace 2017-04-10 11:18:15 -04:00
.gitignore
database.c
dml.c Add partitioned table support to sepgsql 2017-04-09 14:01:58 -07:00
hooks.c
label.c Add partitioned table support to sepgsql 2017-04-09 14:01:58 -07:00
launcher
Makefile
proc.c
relation.c Add partitioned table support to sepgsql 2017-04-09 14:01:58 -07:00
schema.c
selinux.c
sepgsql-regtest.te
sepgsql.h
sepgsql.sql.in
test_sepgsql
uavc.c