Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.

Andres Freund <andres@anarazel.de>

Commit: c967e13f4047ef6f3d91bcb1cff6d746322aff6d
Author: Andres Freund <andres@anarazel.de>
Date: 2019-09-27T17:29:25Z
Releases: 13.0
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

Files

PathChange+/−
src/backend/utils/adt/jsonb_util.c modified +2 −0