summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-11-29 16:34:45 -0500
committerBruce Momjian <bruce@momjian.us>2011-11-29 16:34:45 -0500
commit8b08deb0d1ee04a82130e640e48e302a3456817a (patch)
tree408b6fb90a1bb00ade40bf715315238dbc0e9eca /src/bin/pg_dump/pg_backup.h
parentb60f37bf44c248189ed8e4d925cd8e45308d54f8 (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.h')
-rw-r--r--src/bin/pg_dump/pg_backup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h
index ce12a41ce3e..8168cfffedd 100644
--- a/src/bin/pg_dump/pg_backup.h
+++ b/src/bin/pg_dump/pg_backup.h
@@ -150,10 +150,6 @@ typedef struct _restoreOptions
* Main archiver interface.
*/
-extern void
-exit_horribly(Archive *AH, const char *modulename, const char *fmt,...)
-__attribute__((format(PG_PRINTF_ATTRIBUTE, 3, 4)));
-
/* Lets the archive know we have a DB connection to shutdown if it dies */