diff options
Diffstat (limited to 'contrib/pg_upgrade/pg_upgrade.h')
-rw-r--r-- | contrib/pg_upgrade/pg_upgrade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/pg_upgrade.h b/contrib/pg_upgrade/pg_upgrade.h index 370315f0cb3..00f719791c8 100644 --- a/contrib/pg_upgrade/pg_upgrade.h +++ b/contrib/pg_upgrade/pg_upgrade.h @@ -202,7 +202,7 @@ typedef struct uint32 toast; bool date_is_int; bool float8_pass_by_value; - bool data_checksums; + bool data_checksum_version; char *lc_collate; char *lc_ctype; char *encoding; |