]> granicus.if.org Git - postgresql/commit
Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.
authorAndres Freund <andres@anarazel.de>
Fri, 27 Sep 2019 17:25:08 +0000 (10:25 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 27 Sep 2019 17:29:25 +0000 (10:29 -0700)
commitc967e13f4047ef6f3d91bcb1cff6d746322aff6d
treea2fa30780a9528e498acaa8037fa883007e12912
parentb9bffa004a9980ac235b6ff541ee2fe0e9800372
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
src/backend/utils/adt/jsonb_util.c