summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/pg_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_upgrade/pg_upgrade.c')
-rw-r--r--src/bin/pg_upgrade/pg_upgrade.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/pg_upgrade.c b/src/bin/pg_upgrade/pg_upgrade.c
index c2a775a3e4f..1ebbf0d4213 100644
--- a/src/bin/pg_upgrade/pg_upgrade.c
+++ b/src/bin/pg_upgrade/pg_upgrade.c
@@ -351,7 +351,7 @@ create_new_objects(void)
* We don't have minmxids for databases or relations in pre-9.3 clusters,
* so set those after we have restored the schema.
*/
- if (GET_MAJOR_VERSION(old_cluster.major_version) < 903)
+ if (GET_MAJOR_VERSION(old_cluster.major_version) <= 902)
set_frozenxids(true);
/* regenerate now that we have objects in the databases */