Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
Date: 2016-10-13 12:38:32
Message-ID: 5d7b3249-e7b1-b714-50d5-2fb322fe27ea@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 10/12/16 10:05 PM, Andres Freund wrote:
> On 2016-10-13 01:33:53 +0000, Andres Freund wrote:
>> Make pg_dumpall's database ACL query independent of hash table order.
>>
>> Previously GRANT order on databases was not well defined, due to the use
>> of EXCEPT without an ORDER BY. Add an ORDER BY, adapt test output.
>>
>> I don't, at the moment, see reason to backpatch this.
>
> Hrmpf, longfin doesn't like this much (as in unstable order).
>
> http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=longfin&dt=2016-10-13%2001%3A39%3A10
>
> Will look into it, probably tomorrow.

I'm seeing this failure too, locally.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-13 14:46:28 pgsql: Fix pg_dumpall regression test to be locale-independent.
Previous Message Tom Lane 2016-10-13 04:26:03 pgsql: Fix broken jsonb_set() logic for replacing array elements.