]> granicus.if.org Git - postgresql/commit
Add comment about intentional fallthrough in switch.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Apr 2016 03:52:34 +0000 (23:52 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Apr 2016 03:52:34 +0000 (23:52 -0400)
commit1630f5b92a3a00aff5674f31af1d418628a00ac7
tree3ae865de0cb13a9d7877dae0bb727203cdd876f7
parent5306df2831ab012d8008691f833457bc299962aa
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.
src/backend/utils/adt/tsginidx.c