summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/version.c
diff options
context:
space:
mode:
authorMichael Paquier2020-02-18 03:20:55 +0000
committerMichael Paquier2020-02-18 03:20:55 +0000
commit958f9fb98da97a1d781a3766ea86bcdba3b216c5 (patch)
tree4d9a4f3e5abc77d58e99a024a6341f05a1aa6dcb /src/bin/pg_upgrade/version.c
parentddfc3c1499b05956094a7f219fe2b6ac0c9ce5eb (diff)
Remove duplicated words in comments
Author: Daniel Gustafsson Reviewed-by: Vik Fearing Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/bin/pg_upgrade/version.c')
-rw-r--r--src/bin/pg_upgrade/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/version.c b/src/bin/pg_upgrade/version.c
index 48b26989483..4e5d27f76eb 100644
--- a/src/bin/pg_upgrade/version.c
+++ b/src/bin/pg_upgrade/version.c
@@ -156,7 +156,7 @@ check_for_data_type_usage(ClusterInfo *cluster, const char *typename,
" a.atttypid = x.oid ",
typename);
- /* Ranges came in in 9.2 */
+ /* Ranges were introduced in 9.2 */
if (GET_MAJOR_VERSION(cluster->major_version) >= 902)
appendPQExpBuffer(&querybuf,
" UNION ALL "