pgsql: Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.
Date: 2018-04-07 04:03:09
Message-ID: E1f4f4H-00025o-Tm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.

The failure appears to solely be caused by the changed partition
pruning logic.

Author: Andres Freund
Discussion: https://postgr.es/m/20180406210330.wmqw42wqgiicktli@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f813c7203e0c08395833b2bd75ac9ccf63c6264

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-04-07 13:39:53 pgsql: Document partprune.c a little better
Previous Message Andres Freund 2018-04-07 03:18:35 pgsql: Attempt to fix endianess issues in new hash partition test.