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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy