Re: BUG #15602: pg_dump archive items not in correct section order
Tom Cassidy <tcassidy@mossridge.com.au>
From: Tom Cassidy <tcassidy@mossridge.com.au>
To: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2019-02-05T01:42:09Z
Lists: pgsql-bugs
On 5/2/19 4:24 am, Tom Lane wrote: > Tom, are you in a position to rebuild pg_dump with this fix applied, > and see if it cures your original case as well as the simplified one? > > regards, tom lane Hi Tom, I downloaded the git source and built postgres from REL_11_STABLE branch using the instructions at https://blog.2ndquadrant.com/testing-new-postgresql-versions-without-messing-up-your-install/. Your patch looked like it was already applied to this branch so I didn't apply it. Running pg_dump from the patched version I didn't notice any warning output on either the original database or the simplified test case database, so it appears that this patch solves the issue. I ran the pg_dump as plain-text SQL output format, and there were no differences in the generated SQL between the old pg_dump and the patched pg_dump, except for the pg_dump version string. Regards, Tom
Commits
-
Fix dumping of matviews with indirect dependencies on primary keys.
- dc42602f1f6d 10.7 landed
- b8de846a511a 11.2 landed
- 9368ba174faf 9.5.16 landed
- 6e4d45b5f6ba 12.0 landed
- 2f93b74bf362 9.4.21 landed
- 16e0464a11d8 9.6.12 landed
-
Fix dumping of a materialized view that depends on a table's primary key.
- 62215de29257 9.4.0 cited