mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
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
This commit is contained in:
parent
cdcffe2263
commit
fb50d3f03f
@ -2332,6 +2332,7 @@ LookupFuncWithArgs(ObjectType objtype, ObjectWithArgs *func, bool missing_ok)
|
|||||||
NIL, argoids))));
|
NIL, argoids))));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case FUNCLOOKUP_AMBIGUOUS:
|
case FUNCLOOKUP_AMBIGUOUS:
|
||||||
switch (objtype)
|
switch (objtype)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user