diff options
Diffstat (limited to 'contrib/pg_upgrade/info.c')
-rw-r--r-- | contrib/pg_upgrade/info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_upgrade/info.c b/contrib/pg_upgrade/info.c index 67528b0d72c..5141602adab 100644 --- a/contrib/pg_upgrade/info.c +++ b/contrib/pg_upgrade/info.c @@ -313,10 +313,10 @@ get_rel_infos(const DbInfo *dbinfo, RelInfoArr *relarr, Cluster whichCluster) /* * pg_largeobject contains user data that does not appear the pg_dumpall - * --schema-only output, so we have to migrate that system table heap and + * --schema-only output, so we have to upgrade that system table heap and * index. Ideally we could just get the relfilenode from template1 but * pg_largeobject_loid_pn_index's relfilenode can change if the table was - * reindexed so we get the relfilenode for each database and migrate it as + * reindexed so we get the relfilenode for each database and upgrade it as * a normal user table. * Order by tablespace so we can cache the directory contents efficiently. */ |