Add comment about intentional fallthrough in switch.
Tom Lane <tgl@sss.pgh.pa.us>
Add comment about intentional fallthrough in switch. Coverity complained about an apparent missing "break" in a switch added by bb140506df605fab. The human-readable comments are pretty clear that this is intentional, but add a standard /* FALL THRU */ comment to make it clear to tools too.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/tsginidx.c | modified | +1 −0 |