diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/executor/execPartition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index a2f6b29cd5d..f7bbb804aae 100644 --- a/src/backend/executor/execPartition.c +++ b/src/backend/executor/execPartition.c @@ -1081,7 +1081,7 @@ FormPartitionKeyDatum(PartitionDispatch pd, * Return value is index of the partition (>= 0 and < partdesc->nparts) if one * found or -1 if none found. */ -int +static int get_partition_for_tuple(Relation relation, Datum *values, bool *isnull) { int bound_offset; |