Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
Date
Msg-id 20161013020538.wxaa4yeagbzrylgi@alap3.anarazel.de
Whole thread Raw
In response to pgsql: Make pg_dumpall's database ACL query independent of hash table o  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
List pgsql-committers
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.

Andres


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Make pg_dumpall's database ACL query independent of hash table o
Next
From: Tom Lane
Date:
Subject: pgsql: Fix broken jsonb_set() logic for replacing array elements.