From 8b08deb0d1ee04a82130e640e48e302a3456817a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 29 Nov 2011 16:34:45 -0500 Subject: Simplify the pg_dump/pg_restore error reporting macros, and allow pg_dumpall to use the same memory allocation functions as the others. --- src/bin/pg_dump/pg_backup_files.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/pg_dump/pg_backup_files.c') 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); -- cgit v1.2.3