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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_dumpall's database ACL query independent of hash table o
Date: 2016-10-13 01:33:53
Message-ID: E1buUu9-0003yH-Ne@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-10-13 02:05:38 Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o
Previous Message Robert Haas 2016-10-13 00:10:20 pgsql: Remove spurious word.