Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0415a3

Browse files
committed
Fix typo in comment
Author: Masahiko Sawada
1 parent b56818a commit f0415a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ RelationBuildPartitionDesc(Relation rel)
573573
/*
574574
* Now assign OIDs from the original array into mapped indexes of the
575575
* result array. Order of OIDs in the former is defined by the
576-
* catalog scan that retrived them, whereas that in the latter is
576+
* catalog scan that retrieved them, whereas that in the latter is
577577
* defined by canonicalized representation of the list values or the
578578
* range bounds.
579579
*/

0 commit comments

Comments
 (0)