Commit a66c03f6 authored by Tom Lane's avatar Tom Lane

Add missing "static" marker.

Per pademelon.
parent 56811e57
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment