Re: [HACKERS] Allow pg_dumpall to use dumpmem.c functions, simplify exit code

2011-11-29 Thread Bruce Momjian
Bruce Momjian wrote: > Bruce Momjian wrote: > > > I was wondering if it wouldn't make more sense to have pg_dumpall supply > > > its own version of exit_horribly to avoid separate pg_malloc and > > > pg_strdup ... but then those routines are so tiny that it hardly makes a > > > difference. > > > >

[HACKERS] Allow pg_dumpall to use dumpmem.c functions, simplify exit code

2011-11-28 Thread Bruce Momjian
Bruce Momjian wrote: > > I was wondering if it wouldn't make more sense to have pg_dumpall supply > > its own version of exit_horribly to avoid separate pg_malloc and > > pg_strdup ... but then those routines are so tiny that it hardly makes a > > difference. > > > > Another thing I wondered when