]> granicus.if.org Git - postgresql/commit
Add unreachable "break" to satisfy -Wimplicit-fallthrough.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Mar 2019 05:32:58 +0000 (01:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Mar 2019 05:32:58 +0000 (01:32 -0400)
commitfb50d3f03fe6876b878d636a312c2ccc1f4f99af
treef8ccafade0fe628db2c8c817135a671cca53b56c
parentcdcffe2263215eef9078ce97e6c9adece8ed1910
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
src/backend/parser/parse_func.c