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

From Andres Freund
Subject pgsql: Make pg_dumpall's database ACL query independent of hash table o
Date
Msg-id E1buUu9-0003yH-Ne@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix further hash table order dependent tests.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o