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

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

From
Andres Freund
Date:
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(+)