1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Fix typo in comment

Author: Masahiko Sawada
This commit is contained in:
Magnus Hagander 2017-06-22 15:37:30 +02:00
parent b56818abd4
commit f0415a30e0

View File

@ -573,7 +573,7 @@ RelationBuildPartitionDesc(Relation rel)
/* /*
* Now assign OIDs from the original array into mapped indexes of the * Now assign OIDs from the original array into mapped indexes of the
* result array. Order of OIDs in the former is defined by 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 * defined by canonicalized representation of the list values or the
* range bounds. * range bounds.
*/ */