pgsql: Fix additional fallthrough warning

Started by Peter Eisentraut5 months ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Fix additional fallthrough warning

Clang warns about this one, but GCC did not. (Apparently a bug in
GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122796)

Apparently, the previous "fall through" comment was introduced
manually in commit f76892c9ff7e without the compiler actually asking
for it.

This is in preparation for enabling fallthrough warnings on Clang.

Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: /messages/by-id/76a8efcd-925a-4eaf-bdd1-d972cd1a32ff@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3f7a0e1e55eff9d96c6d4ac8aa03895de21e06bc

Modified Files
--------------
src/bin/scripts/reindexdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)