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

Commitfb50d3f

Browse files
committed
Add unreachable "break" to satisfy -Wimplicit-fallthrough.
gcc is a bit pickier about this than perhaps it should be.Discussion:https://postgr.es/m/E1h6zzT-0003ft-DD@gemulon.postgresql.org
1 parentcdcffe2 commitfb50d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/parser/parse_func.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,6 +2332,7 @@ LookupFuncWithArgs(ObjectType objtype, ObjectWithArgs *func, bool missing_ok)
23322332
NIL,argoids))));
23332333
break;
23342334
}
2335+
break;
23352336

23362337
caseFUNCLOOKUP_AMBIGUOUS:
23372338
switch (objtype)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp