aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_dump/pg_backup.h')
-rw-r--r--src/bin/pg_dump/pg_backup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h
index 10e0dee3b87..0eef1dc8ba8 100644
--- a/src/bin/pg_dump/pg_backup.h
+++ b/src/bin/pg_dump/pg_backup.h
@@ -117,7 +117,7 @@ typedef struct _restoreOptions
char *use_role; /* Issue SET ROLE to this */
int dataOnly;
int dropSchema;
- char *filename;
+ const char *filename;
int schemaOnly;
int dumpSections;
int verbose;