Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c9f310d

Browse files
committed
Add comment for missing break in switch
For clarity, following other sites, and to silence Coverity.
1 parent 9a39583 commit c9f310d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/utils/adt/formatting.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,7 @@ NUMDesc_prepare(NUMDesc *num, FormatNode *n)
11041104
case NUM_D:
11051105
num->flag |= NUM_F_LDECIMAL;
11061106
num->need_locale = TRUE;
1107+
/* FALLTHROUGH */
11071108
case NUM_DEC:
11081109
if (IS_DECIMAL(num))
11091110
ereport(ERROR,

0 commit comments

Comments
 (0)