summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_custom.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-07-25 00:02:49 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-07-25 00:02:49 -0400
commit58f17dcf83dbd684613cbe8fea0886d2f81a3a14 (patch)
tree0cdcb522dacdd30ebe5115a59e9623b12d6978c0 /src/bin/pg_dump/pg_backup_custom.c
parentd7b47e515530520da9564b05991bd8a8c6f52b06 (diff)
Add translator comments to module names
Diffstat (limited to 'src/bin/pg_dump/pg_backup_custom.c')
-rw-r--r--src/bin/pg_dump/pg_backup_custom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_dump/pg_backup_custom.c b/src/bin/pg_dump/pg_backup_custom.c
index 204309d6ad6..f7dc5be8e5a 100644
--- a/src/bin/pg_dump/pg_backup_custom.c
+++ b/src/bin/pg_dump/pg_backup_custom.c
@@ -85,6 +85,7 @@ static pgoff_t _getFilePos(ArchiveHandle *AH, lclContext *ctx);
static size_t _CustomWriteFunc(ArchiveHandle *AH, const char *buf, size_t len);
static size_t _CustomReadFunc(ArchiveHandle *AH, char **buf, size_t *buflen);
+/* translator: this is a module name */
static const char *modulename = gettext_noop("custom archiver");