Add comment for missing break in switch

For clarity, following other sites, and to silence Coverity.
pull/3/head
Peter Eisentraut 14 years ago
parent 9a39583264
commit c9f310d377
  1. 1
      src/backend/utils/adt/formatting.c

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

Loading…
Cancel
Save