aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-06-22 15:37:30 +0200
committerMagnus Hagander <magnus@hagander.net>2017-06-22 15:37:30 +0200
commitf0415a30e0bd56c9badecf097e8568ec1b3e3b0e (patch)
tree140a0723ac47b73ebc344f812d63a8fcc504e43b
parentb56818abd450a87e2e3cb03b2cf3eede73487926 (diff)
downloadpostgresql-f0415a30e0bd56c9badecf097e8568ec1b3e3b0e.tar.gz
postgresql-f0415a30e0bd56c9badecf097e8568ec1b3e3b0e.zip
Fix typo in comment
Author: Masahiko Sawada
-rw-r--r--src/backend/catalog/partition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index 9e99cd5d807..af07cd06aa8 100644
--- a/src/backend/catalog/partition.c
+++ b/src/backend/catalog/partition.c
@@ -573,7 +573,7 @@ RelationBuildPartitionDesc(Relation rel)
/*
* Now assign OIDs from the original array into mapped indexes of the
* result array. Order of OIDs in the former is defined by the
- * catalog scan that retrived them, whereas that in the latter is
+ * catalog scan that retrieved them, whereas that in the latter is
* defined by canonicalized representation of the list values or the
* range bounds.
*/