We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentba63dbd commit15c9156Copy full SHA for 15c9156
src/backend/catalog/partition.c
@@ -1200,7 +1200,7 @@ get_partition_operator(PartitionKey key, int col, StrategyNumber strategy,
1200
1201
/*
1202
* If one doesn't exist, we must resort to using an operator in the same
1203
- *opreator family but with the operator class declared input type. It is
+ *operator family but with the operator class declared input type. It is
1204
* OK to do so, because the column's type is known to be binary-coercible
1205
* with the operator class input type (otherwise, the operator class in
1206
* question would not have been accepted as the partitioning operator