Skip to content
Snippets Groups Projects
Commit c9f310d3 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Add comment for missing break in switch

For clarity, following other sites, and to silence Coverity.
parent 9a395832
No related branches found
No related tags found
No related merge requests found
...@@ -1104,6 +1104,7 @@ NUMDesc_prepare(NUMDesc *num, FormatNode *n) ...@@ -1104,6 +1104,7 @@ NUMDesc_prepare(NUMDesc *num, FormatNode *n)
case NUM_D: case NUM_D:
num->flag |= NUM_F_LDECIMAL; num->flag |= NUM_F_LDECIMAL;
num->need_locale = TRUE; num->need_locale = TRUE;
/* FALLTHROUGH */
case NUM_DEC: case NUM_DEC:
if (IS_DECIMAL(num)) if (IS_DECIMAL(num))
ereport(ERROR, ereport(ERROR,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment