postgresql/contrib/pg_overexplain
Peter Eisentraut 3a63b76571 Fix additional fallthrough warnings from clang
Clang warns if falling through to a case or default label that is
immediately followed by break, but GCC does
not (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91432).  (MSVC also
warns about the equivalent code in C++.)

This is in preparation for enabling fallthrough warnings on Clang.

Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: https://www.postgresql.org/message-id/flat/76a8efcd-925a-4eaf-bdd1-d972cd1a32ff%40eisentraut.org
2026-02-23 07:40:19 +01:00
..
expected Store information about Append node consolidation in the final plan. 2026-02-10 17:55:59 -05:00
sql Store information about range-table flattening in the final plan. 2026-02-10 15:33:39 -05:00
.gitignore pg_overexplain: Additional EXPLAIN options for debugging. 2025-03-26 13:52:21 -04:00
Makefile pg_overexplain: Additional EXPLAIN options for debugging. 2025-03-26 13:52:21 -04:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_overexplain.c Fix additional fallthrough warnings from clang 2026-02-23 07:40:19 +01:00