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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy