projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b56818a
)
Fix typo in comment
author
Magnus Hagander
<
[email protected]
>
Thu, 22 Jun 2017 13:37:30 +0000
(15:37 +0200)
committer
Magnus Hagander
<
[email protected]
>
Thu, 22 Jun 2017 13:37:30 +0000
(15:37 +0200)
Author: Masahiko Sawada
src/backend/catalog/partition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/partition.c
b/src/backend/catalog/partition.c
index 9e99cd5d807de2ff90534c10bc8c46b45d279d09..af07cd06aa8b8163aa9a0e98479c5a54c947ce39 100644
(file)
--- 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 retri
e
ved them, whereas that in the latter is
* defined by canonicalized representation of the list values or the
* range bounds.
*/