Re: pg_dump: sortDumpableObjectsByTypeName() doesn't always do that
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Jacob Champion <pchampion@pivotal.io>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2018-08-07T18:54:19Z
Lists: pgsql-hackers
Greetings, * Tom Lane (tgl@sss.pgh.pa.us) wrote: > Jacob Champion <pchampion@pivotal.io> writes: > > Thanks! We have made some progress towards a repro but we're having > > problems putting it into the pg_dump suite. > > Yeah, I find the pg_dump test suite to be pretty much unreadable too. > Don't worry about it --- I don't think we need to memorialize a test > case for this. This would be a similar case to the test: COPY fk_reference_test_table second and really wouldn't be very difficult to add, you just have to realize that the regexp has be set up to match the output of pg_dump and that's it's a multi-line one, as that test case is. For my 2c, this seems like a pretty reasonable test to add and wouldn't be very hard to do. If you'd like help, please reach out. Thanks! Stephen
Commits
-
Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.
- f7364300667b 11.0 landed
- f3f6558b5d76 9.5.15 landed
- dc391dacf170 10.6 landed
- abd04e0dd8a5 9.4.20 landed
- 6b6327d938ed 9.6.11 landed
- 5b5ed4756c9b 12.0 landed
- 5abdb33ad053 9.3.25 landed
-
Last-minute updates for release notes.
- e0ee93053998 12.0 cited