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

Commitd31988d

Browse files
committed
Sinence compiler warnings found on buildfarm
1 parent1e82fd3 commitd31988d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ read_opexpr_const(const OpExpr *opexpr,
930930
/* Update RIGHT */
931931
right= (Node*)constant;
932932
}
933-
/*FALL THROUGH (no break) */
933+
/*FALLTHROUGH */
934934

935935
caseT_Const:
936936
{

‎src/partition_filter.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@ prepare_rri_fdw_for_insert(ResultRelInfoHolder *rri_holder,
10161016
elog(ERROR,
10171017
"FDWs other than postgres_fdw are restricted");
10181018

1019+
break;
10191020
casePF_FDW_INSERT_ANY_FDW:
10201021
elog(WARNING,
10211022
"unrestricted FDW mode may lead to crashes");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp