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 20161013164138.2ad7pu6sgipieoow@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
List pgsql-committers
On 2016-10-13 10:49:14 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > On 2016-10-13 01:33:53 +0000, Andres Freund wrote:
> >> Make pg_dumpall's database ACL query independent of hash table order.
>
> > Hrmpf, longfin doesn't like this much (as in unstable order).
>
> It was failing for me and Peter as well.  Did you generate the new
> test in a non-C locale environment?

Well, it's not a new test, just an existing one that was dependant on
hash order. But yes, I did check the output on en_US. I guess slapping a
collate C on it would work.  Brr, this test isn't pretty, and hard to
debug.

Andres


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up handling of anonymous mmap'd shared-memory segment.