pgsql: Fix sepgsql test results for commit d97b714a2.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix sepgsql test results for commit d97b714a2.
Date: 2019-07-17 17:05:04
Message-ID: E1hnnMW-0005bz-8Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix sepgsql test results for commit d97b714a2.

The aggregate-order difference explained in my previous commit
turns out to also affect the order of log entries emitted in the
contrib/sepgsql regression test. Per buildfarm.

Discussion: https://postgr.es/m/21272.1563318411@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/82c8a3c52adfd993b72289bfa8739f97216a06df

Modified Files
--------------
contrib/sepgsql/expected/misc.out | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-07-17 17:13:20 pgsql: Doc: explain where to find Makefile used to build sepgsql-regtes
Previous Message Tom Lane 2019-07-17 15:15:46 pgsql: Avoid using lcons and list_delete_first where it's easy to do so