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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
Дата
Msg-id 20161013211442.sundozmvxcwrbc6c@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
On 2016-10-13 09:41:38 -0700, Andres Freund wrote:
> 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.

Thanks for pushing something to fix this up. Was about to do the same ;)

Andres


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix another bug in merging of inherited CHECK constraints.
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Fix typo.