Fix contrib/sepgsql regression tests for partition NOT NULL change.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2dd510e630cdd692bb7b2c9c092b1b352e0f6451
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-05-21T15:46:04Z
Releases: 10.0
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.

Files

PathChange+/−
contrib/sepgsql/expected/ddl.out modified +0 −3