mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Add missing "static" marker.
Per pademelon.
This commit is contained in:
parent
56811e5732
commit
a66c03f698
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user