mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Add comment for missing break in switch
For clarity, following other sites, and to silence Coverity.
This commit is contained in:
@ -1104,6 +1104,7 @@ NUMDesc_prepare(NUMDesc *num, FormatNode *n)
|
||||
case NUM_D:
|
||||
num->flag |= NUM_F_LDECIMAL;
|
||||
num->need_locale = TRUE;
|
||||
/* FALLTHROUGH */
|
||||
case NUM_DEC:
|
||||
if (IS_DECIMAL(num))
|
||||
ereport(ERROR,
|
||||
|
Reference in New Issue
Block a user