pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough.
Date: 2019-03-23 05:33:16
Message-ID: E1h7ZHQ-000725-Db@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add unreachable "break" to satisfy -Wimplicit-fallthrough.

gcc is a bit pickier about this than perhaps it should be.

Discussion: https://postgr.es/m/E1h6zzT-0003ft-DD@gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb50d3f03fe6876b878d636a312c2ccc1f4f99af

Modified Files
--------------
src/backend/parser/parse_func.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-03-23 13:00:00 pgsql: Improve format of code and some error messages in pg_checksums
Previous Message Tom Lane 2019-03-23 05:27:32 Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO