Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita66c03f

Browse files
committed
Add missing "static" marker.
Per pademelon.
1 parent56811e5 commita66c03f

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+
staticint
10851085
get_partition_for_tuple(Relationrelation,Datum*values,bool*isnull)
10861086
{
10871087
intbound_offset;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp