Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d31988d

Browse files
committed
Sinence compiler warnings found on buildfarm
1 parent 1e82fd3 commit d31988d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/init.c

+1-1
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
case T_Const:
936936
{

src/partition_filter.c

+1
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
case PF_FDW_INSERT_ANY_FDW:
10201021
elog(WARNING,
10211022
"unrestricted FDW mode may lead to crashes");

0 commit comments

Comments
 (0)