]> granicus.if.org Git - postgresql/commit
Make pg_dumpall's database ACL query independent of hash table order.
authorAndres Freund <andres@anarazel.de>
Thu, 13 Oct 2016 01:29:57 +0000 (18:29 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 13 Oct 2016 01:29:57 +0000 (18:29 -0700)
commitb4fc645787cc7c614c0c97fc9fffacf2bdc6a388
tree605ab14eeabb61dcb8b40b0d014ccf3aba122dd5
parent248776ea06c240ae4605e77369d66bcd7ae4f9e3
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.
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/t/002_pg_dump.pl