Add comment for missing break in switch

For clarity, following other sites, and to silence Coverity.
This commit is contained in:
Peter Eisentraut 2012-03-12 20:55:09 +02:00
parent 9a39583264
commit c9f310d377

View file

@ -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,