projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba63dbd
)
Fix typo in code comment
author
Peter Eisentraut
<
[email protected]
>
Tue, 20 Jun 2017 18:31:29 +0000
(14:31 -0400)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 20 Jun 2017 18:32:01 +0000
(14:32 -0400)
Author: Masahiko Sawada <
[email protected]
>
src/backend/catalog/partition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/partition.c
b/src/backend/catalog/partition.c
index a7c9b9a46c19a932da1ee0cdadf975d33f1b33f8..68fc12b50ee610a8d3e779caaa27895bddc3187a 100644
(file)
--- a/
src/backend/catalog/partition.c
+++ b/
src/backend/catalog/partition.c
@@
-1200,7
+1200,7
@@
get_partition_operator(PartitionKey key, int col, StrategyNumber strategy,
/*
* If one doesn't exist, we must resort to using an operator in the same
- * op
re
ator family but with the operator class declared input type. It is
+ * op
er
ator family but with the operator class declared input type. It is
* OK to do so, because the column's type is known to be binary-coercible
* with the operator class input type (otherwise, the operator class in
* question would not have been accepted as the partitioning operator