]> granicus.if.org Git - postgresql/commit
Further -Wimplicit-fallthrough cleanup.
authorAndres Freund <andres@anarazel.de>
Wed, 2 May 2018 02:53:48 +0000 (19:53 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 2 May 2018 02:53:48 +0000 (19:53 -0700)
commit2993435dbae5deb8d2f6c2a715690a5aef4eddb8
treeff55f5c155d366b72d2b354101305f5619d4934e
parentb2328bf62b6465236e318d31a011ced5dccfd580
Further -Wimplicit-fallthrough cleanup.

Tom's earlier commit in 41c912cad159 didn't update a few cases that
are only encountered with the non-standard --with-llvm config
flag. Additionally there's also one case that appears to be a
deficiency in gcc's (up to trunk as of a few days ago) detection of
"fallthrough" comments - changing the placement slightly fixes that.

Author: Andres Freund
Discussion: https://postgr.es/m/20180502003239.wfnqu7ekz7j7imm4@alap3.anarazel.de
src/backend/jit/llvm/llvmjit_expr.c
src/interfaces/libpq/fe-secure.c