Add missing "static" marker.

Per pademelon.
This commit is contained in:
Tom Lane 2018-04-21 11:21:08 -04:00
parent 56811e5732
commit a66c03f698
1 changed files with 1 additions and 1 deletions

View File

@ -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;