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

Commite8afda6

Browse files
committed
make older versions of clang analyzer happy (v 3.5)
1 parent1d78207 commite8afda6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/relation_info.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@ cook_partitioning_expression(const Oid relid,
645645

646646
AssertTemporaryContext();
647647

648+
/* Make clang analyzer happy (v 3.5) */
649+
(void)ok_rewrite;
650+
648651
/*
649652
* We use separate memory context here, just to make sure we won't
650653
* leave anything behind after parsing, rewriting and planning.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp