diff options
Diffstat (limited to 'src/bin/pg_upgrade/pg_upgrade.h')
-rw-r--r-- | src/bin/pg_upgrade/pg_upgrade.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/pg_upgrade/pg_upgrade.h b/src/bin/pg_upgrade/pg_upgrade.h index 53ce195963f..ee70243c2e9 100644 --- a/src/bin/pg_upgrade/pg_upgrade.h +++ b/src/bin/pg_upgrade/pg_upgrade.h @@ -11,7 +11,6 @@ #include <sys/time.h> #include "libpq-fe.h" -#include "common/kmgr_utils.h" /* Use port in the private/dynamic port number range */ #define DEF_PGUPORT 50432 @@ -220,7 +219,6 @@ typedef struct bool date_is_int; bool float8_pass_by_value; bool data_checksum_version; - int file_encryption_keylen; } ControlData; /* @@ -295,7 +293,6 @@ typedef struct int jobs; /* number of processes/threads to use */ char *socketdir; /* directory to use for Unix sockets */ bool ind_coll_unknown; /* mark unknown index collation versions */ - bool pass_terminal_fd; /* pass -R to pg_ctl? */ } UserOpts; typedef struct |