diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-29 20:41:06 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-29 20:41:54 -0500 |
commit | 0195e5c4ab1ac710b280f7834202a7164058379c (patch) | |
tree | 4321c3ea9dd9226f53119385e58c519cfc1947c0 /src/bin/pg_dump/pg_backup_archiver.h | |
parent | 2ff36abeec948899b9a51d1c945e9fbe85e056d5 (diff) |
Clean up after recent pg_dump patches.
Fix entirely broken handling of va_list printing routines, update some
out-of-date comments, fix some bogus inclusion orders, fix NLS declarations,
fix missed realloc calls.
Diffstat (limited to 'src/bin/pg_dump/pg_backup_archiver.h')
-rw-r--r-- | src/bin/pg_dump/pg_backup_archiver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_backup_archiver.h b/src/bin/pg_dump/pg_backup_archiver.h index d1e202f50f7..07a4b6e50a6 100644 --- a/src/bin/pg_dump/pg_backup_archiver.h +++ b/src/bin/pg_dump/pg_backup_archiver.h @@ -298,8 +298,6 @@ typedef struct _tocEntry int nLockDeps; /* number of such dependencies */ } TocEntry; -/* Used everywhere */ -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))); |