pgsql: Fix implicit-fallthrough compiler warning introduced in 6dda292d

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix implicit-fallthrough compiler warning introduced in 6dda292d
Дата
Msg-id E1iDu3x-0005jE-GZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.

For some reason at least gcc-9 warns about the fallthrough, even
though it otherwise recognizes that elog(ERROR, ...) doesn't return.

Author: Andres Freund

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/jsonb_util.c | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Nikita Glukhov
Дата:
Сообщение: Re: pgsql: Implement jsonpath .datetime() method
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Have pg_rewind run crash recovery before rewinding