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-09T14:14:47Z
Lists: pgsql-hackers
Attachments
- v3-0001-pg_dump-Reorganize-dumpFunc-and-dumpAgg.patch (text/plain) patch v3-0001
On 2020-07-08 06:42, Fabien COELHO wrote: >> What do you think about this patch to reorganize the existing code from that >> old commit? > > I think it is a definite further improvement. > > Patch applies cleanly, compiles, global & pg_dump tap test ok, looks ok to > me. Thanks. I have committed that, and attached is my original patch adjusted to this newer style. -- 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