diff options
Diffstat (limited to 'contrib/pg_upgrade/pg_upgrade.c')
-rw-r--r-- | contrib/pg_upgrade/pg_upgrade.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/pg_upgrade/pg_upgrade.c b/contrib/pg_upgrade/pg_upgrade.c index 464ba98a653..9b757129a88 100644 --- a/contrib/pg_upgrade/pg_upgrade.c +++ b/contrib/pg_upgrade/pg_upgrade.c @@ -525,13 +525,11 @@ create_new_objects(void) /* * We don't have minmxids for databases or relations in pre-9.3 - * clusters, so set those after we have restores the schemas. + * clusters, so set those after we have restored the schema. */ if (GET_MAJOR_VERSION(old_cluster.major_version) < 903) set_frozenxids(true); - optionally_create_toast_tables(); - /* regenerate now that we have objects in the databases */ get_db_and_rel_infos(&new_cluster); |