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

From Andres Freund
Subject pgsql: Fix implicit-fallthrough compiler warning introduced in 6dda292d
Date
Msg-id E1iDu3x-0005jE-GZ@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Nikita Glukhov
Date:
Subject: Re: pgsql: Implement jsonpath .datetime() method
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Have pg_rewind run crash recovery before rewinding