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

From Tom Lane
Subject pgsql: Add unreachable "break" to satisfy -Wimplicit-fallthrough.
Date
Msg-id E1h7ZHQ-000725-Db@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve format of code and some error messages in pg_checksums