]> granicus.if.org Git - postgresql/commit
Fix contrib/sepgsql regression tests for partition NOT NULL change.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 May 2017 15:46:04 +0000 (11:46 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 May 2017 15:46:04 +0000 (11:46 -0400)
commit2dd510e630cdd692bb7b2c9c092b1b352e0f6451
tree2267f52e47a0108f7bec73c6b0863cc5c01fc4a9
parent7f77cbd996855a06fb742ea11adbe55c42b48fe2
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.
contrib/sepgsql/expected/ddl.out