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

Commit401418c

Browse files
committed
Suppress unused-variable warning.
Ashutosh BapatDiscussion:https://postgr.es/m/CAG-ACPWPB8Lc_aFj25eiPFqi31YB5vmaZnb39mbHSf5Yej=miA@mail.gmail.com
1 parent7c91e90 commit401418c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/partitioning/partbounds.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,6 @@ partition_bounds_merge(int partnatts,
10211021
List**outer_parts,List**inner_parts)
10221022
{
10231023
PartitionBoundInfoouter_binfo=outer_rel->boundinfo;
1024-
PartitionBoundInfoinner_binfo=inner_rel->boundinfo;
10251024

10261025
/*
10271026
* Currently, this function is called only from try_partitionwise_join(),
@@ -1032,7 +1031,7 @@ partition_bounds_merge(int partnatts,
10321031
jointype==JOIN_ANTI);
10331032

10341033
/* The partitioning strategies should be the same. */
1035-
Assert(outer_binfo->strategy==inner_binfo->strategy);
1034+
Assert(outer_binfo->strategy==inner_rel->boundinfo->strategy);
10361035

10371036
*outer_parts=*inner_parts=NIL;
10381037
switch (outer_binfo->strategy)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp