On Thu, Sep 8, 2011 at 3:20 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> In the "refactoring Large C files" discussion one of the biggest files Bruce
> mentioned is pg_dump.c. There has been discussion in the past of turning
> lots of the knowledge currently embedded in this file into a library, which
> would make it available to other clients (e.g. psql). I'm not sure what a
> reasonable API for that would look like, though. Does anyone have any ideas?
A good start might be to merge together more of pg_dump and pg_dumpall
than is presently the case.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
In response to
- pg_dump.c at 2011-09-08 19:20:14 from Andrew Dunstan
pgsql-hackers by date
| Next: | From: Andrew Dunstan | Date: 2011-09-11 16:18:40 |
| Subject: Re: pg_dump.c |
| Previous: | From: David Fetter | Date: 2011-09-11 14:25:07 |
| Subject: Re: pg_dump.c |