pgsql: Further -Wimplicit-fallthrough cleanup.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further -Wimplicit-fallthrough cleanup.
Date: 2018-05-02 02:55:39
Message-ID: E1fDhvf-0004HU-IL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2993435dbae5deb8d2f6c2a715690a5aef4eddb8

Modified Files
--------------
src/backend/jit/llvm/llvmjit_expr.c | 11 +++++------
src/interfaces/libpq/fe-secure.c | 3 ++-
2 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-05-02 02:55:58 Re: pgsql: Clean up warnings from -Wimplicit-fallthrough.
Previous Message Andres Freund 2018-05-02 00:32:39 Re: pgsql: Clean up warnings from -Wimplicit-fallthrough.