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

Commit8529686

Browse files
committed
Suppress unused-variable warning in non-assert builds.
Introduced in commit7012b13.Kyotaro Horiguchi
1 parent8eb6337 commit8529686

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎contrib/postgres_fdw/deparse.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,11 +1026,10 @@ static void
10261026
deparseFromExpr(List*quals,deparse_expr_cxt*context)
10271027
{
10281028
StringInfobuf=context->buf;
1029-
RelOptInfo*foreignrel=context->foreignrel;
10301029
RelOptInfo*scanrel=context->scanrel;
10311030

10321031
/* For upper relations, scanrel must be either a joinrel or a baserel */
1033-
Assert(foreignrel->reloptkind!=RELOPT_UPPER_REL||
1032+
Assert(context->foreignrel->reloptkind!=RELOPT_UPPER_REL||
10341033
scanrel->reloptkind==RELOPT_JOINREL||
10351034
scanrel->reloptkind==RELOPT_BASEREL);
10361035

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp