Обсуждение: pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough.

Поиск
Список
Период
Сортировка

pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough.

От
Tom Lane
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb50d3f03fe6876b878d636a312c2ccc1f4f99af

Modified Files
--------------
src/backend/parser/parse_func.c | 1 +
1 file changed, 1 insertion(+)