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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Make pg_dumpall's database ACL query independent of hash table o
Дата
Msg-id E1buUu9-0003yH-Ne@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b4fc645787cc7c614c0c97fc9fffacf2bdc6a388

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c     | 10 ++++++----
src/bin/pg_dump/t/002_pg_dump.pl |  1 +
2 files changed, 7 insertions(+), 4 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix further hash table order dependent tests.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o