pgsql: Fix expected output: the order of agg permission checks changed.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix expected output: the order of agg permission checks changed.
Date: 2020-11-24 13:18:12
Message-ID: E1khYCy-0002bs-HD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix expected output: the order of agg permission checks changed.

Commit 0a2bc5d61e changed the order that permissions on the final and
transition functions of an aggregate are checked in. That shows up as a
difference in the order the LOG messages in this sepgsql regression test
are printed. Adjust the expected output.

Per buildfarm failure in rhinoceros.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8818ad5b1557d42cd58e5196fac7084a2389bdad

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-11-24 20:43:12 pgsql: Put "inline" marker on declarations of inline functions.
Previous Message Heikki Linnakangas 2020-11-24 11:40:40 Re: pgsql: Move per-agg and per-trans duplicate finding to the planner.