pgsql: Fix contrib/sepgsql regression tests for partition NOT NULL chan

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix contrib/sepgsql regression tests for partition NOT NULL chan
Date: 2017-05-21 15:46:11
Message-ID: E1dCT3b-0002j0-Ha@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2dd510e630cdd692bb7b2c9c092b1b352e0f6451

Modified Files
--------------
contrib/sepgsql/expected/ddl.out | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-21 17:05:38 pgsql: Fix precision and rounding issues in money multiplication and di
Previous Message Bruce Momjian 2017-05-21 15:14:34 Re: pgindent (was Re: [COMMITTERS] pgsql: Preventive maintenance in advance of pgindent run.)