Re: some more pg_dump refactoring
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-07-07T07:00:38Z
Lists: pgsql-hackers
Attachments
- 0001-pg_dump-Further-reorganize-getTableAttrs.patch (text/plain) patch 0001
On 2020-06-30 16:56, Fabien COELHO wrote: >>> Would it make sense to accumulate in the other direction, older to newer, >>> so that new attributes are added at the end of the select? >> I think that could make sense, but the current style was introduced by >> daa9fe8a5264a3f192efa5ddee8fb011ad9da365. Should we revise that? > It seems to me more logical to do it while you're at it, but you are the > one writing the patches:-) What do you think about this patch to reorganize the existing code from that old commit? -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
pg_dump: Reorganize dumpFunc() and dumpAgg()
- ed2c7f65bd9f 14.0 landed
-
pg_dump: Further reorganize getTableAttrs()
- 991c444e7ad3 14.0 landed
-
pg_dump: Reorganize getTableAttrs()
- daa9fe8a5264 12.0 cited