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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough.
Дата
Msg-id E1h7ZHQ-000725-Db@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve format of code and some error messages in pg_checksums