diff options
Diffstat (limited to 'src/bin/pg_dump/pg_dump.h')
-rw-r--r-- | src/bin/pg_dump/pg_dump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h index 3c02af44b13..94b7a6bf928 100644 --- a/src/bin/pg_dump/pg_dump.h +++ b/src/bin/pg_dump/pg_dump.h @@ -440,6 +440,7 @@ typedef struct _fdwInfo { DumpableObject dobj; char *rolname; + char *fdwhandler; char *fdwvalidator; char *fdwoptions; char *fdwacl; |