mirror of https://github.com/postgres/postgres
Fix breakage induced by commitspull/14/headd8d3d2a4f3
and 463f2625a5fb183b6a8925ccde98bb3889f921d9: pg_dumpall has crashed when attempting to dump from pre-8.1 servers since then, due to faulty construction of the query used for dumping roles from older servers. The query was erroneous as of the earlier commit, but it wasn't exposed unless you tried to use --binary-upgrade, which you presumably wouldn't with a pre-8.1 server. However commit463f2625a
made it fail always. In HEAD, also fix additional breakage induced in the same query by commit491c029dbc
, which evidently wasn't tested against pre-8.1 servers either. The bug is only latent in 9.1 because463f2625a
hadn't landed yet, but it seems best to back-patch all branches containing the faulty query. Gilles Darold
parent
89fd41b390
commit
be09ceb218
Loading…
Reference in new issue