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_archiver.h | |
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_archiver.h')
-rw-r--r-- | src/bin/pg_dump/pg_backup_archiver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup_archiver.h b/src/bin/pg_dump/pg_backup_archiver.h index 8a3a6f9e222..d1e202f50f7 100644 --- a/src/bin/pg_dump/pg_backup_archiver.h +++ b/src/bin/pg_dump/pg_backup_archiver.h @@ -303,7 +303,6 @@ extern const char *progname; extern void die_horribly(ArchiveHandle *AH, const char *modulename, const char *fmt,...) __attribute__((format(PG_PRINTF_ATTRIBUTE, 3, 4))); extern void warn_or_die_horribly(ArchiveHandle *AH, const char *modulename, const char *fmt,...) __attribute__((format(PG_PRINTF_ATTRIBUTE, 3, 4))); -extern void write_msg(const char *modulename, const char *fmt,...) __attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3))); extern void WriteTOC(ArchiveHandle *AH); extern void ReadTOC(ArchiveHandle *AH); |