Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a66c03f

Browse files
committed
Add missing "static" marker.
Per pademelon.
1 parent 56811e5 commit a66c03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execPartition.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ FormPartitionKeyDatum(PartitionDispatch pd,
10811081
* Return value is index of the partition (>= 0 and < partdesc->nparts) if one
10821082
* found or -1 if none found.
10831083
*/
1084-
int
1084+
static int
10851085
get_partition_for_tuple(Relation relation, Datum *values, bool *isnull)
10861086
{
10871087
int bound_offset;

0 commit comments

Comments
 (0)