Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9f310d

Browse files
committed
Add comment for missing break in switch
For clarity, following other sites, and to silence Coverity.
1 parent9a39583 commitc9f310d

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
caseNUM_D:
11051105
num->flag |=NUM_F_LDECIMAL;
11061106
num->need_locale= TRUE;
1107+
/* FALLTHROUGH */
11071108
caseNUM_DEC:
11081109
if (IS_DECIMAL(num))
11091110
ereport(ERROR,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp