pgsql: Fix contrib/sepgsql regr tests for tup-routing constraint check

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix contrib/sepgsql regr tests for tup-routing constraint check
Date: 2017-06-08 01:04:17
Message-ID: E1dIls1-0007Tv-C2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix contrib/sepgsql regr tests for tup-routing constraint check change.

Commit 15ce775 changed tuple-routing constraint checking logic.
This affects the expected output for contrib/sepgsql, because
there's no longer LOG entries reporting allowance of int4eq()
execution. Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06c0afe56e7aa6e8ab9ea2dd92bac2220201affe

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-06-08 15:33:05 pgsql: Add statistics subdirectory to Makefile.
Previous Message Tom Lane 2017-06-07 21:23:43 pgsql: Docs: improve CREATE TABLE ref page's discussion of partition bo