Add comment about intentional fallthrough in switch.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1630f5b92a3a00aff5674f31af1d418628a00ac7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-04-11T03:52:34Z
Releases: 9.6.0
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

PathChange+/−
src/backend/utils/adt/tsginidx.c modified +1 −0