Index: head/databases/timescaledb/files/patch-tsl_src_reorder.c =================================================================== --- head/databases/timescaledb/files/patch-tsl_src_reorder.c (nonexistent) +++ head/databases/timescaledb/files/patch-tsl_src_reorder.c (revision 561296) @@ -0,0 +1,10 @@ +--- tsl/src/reorder.c.orig 2021-01-12 02:00:38 UTC ++++ tsl/src/reorder.c +@@ -794,6 +794,7 @@ copy_heap_data(Oid OIDNewHeap, Oid OIDOldHeap, Oid OID + case HEAPTUPLE_RECENTLY_DEAD: + tups_recently_dead += 1; + /* fall through */ ++ __attribute__((fallthrough)); + case HEAPTUPLE_LIVE: + /* Live or recently dead, must copy it */ + isdead = false; Property changes on: head/databases/timescaledb/files/patch-tsl_src_reorder.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property