diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-11-29 16:34:45 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-11-29 16:34:45 -0500 |
commit | 8b08deb0d1ee04a82130e640e48e302a3456817a (patch) | |
tree | 408b6fb90a1bb00ade40bf715315238dbc0e9eca /src/bin/pg_dump/pg_backup_files.c | |
parent | b60f37bf44c248189ed8e4d925cd8e45308d54f8 (diff) |
Simplify the pg_dump/pg_restore error reporting macros, and allow
pg_dumpall to use the same memory allocation functions as the others.
Diffstat (limited to 'src/bin/pg_dump/pg_backup_files.c')
-rw-r--r-- | src/bin/pg_dump/pg_backup_files.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_dump/pg_backup_files.c b/src/bin/pg_dump/pg_backup_files.c index 85373b5f8ce..ffcbb8f6425 100644 --- a/src/bin/pg_dump/pg_backup_files.c +++ b/src/bin/pg_dump/pg_backup_files.c @@ -26,6 +26,7 @@ */ #include "pg_backup_archiver.h" +#include "dumputils.h" #include "dumpmem.h" static void _ArchiveEntry(ArchiveHandle *AH, TocEntry *te); |