citus/src
Jelte Fennema c48f0ca7e5 Make bad refactors to foreach_xxx error out
Without this commit you could still use varCell in the body of loop.
This makes it easy for bad refactors that still use the ListCell to slip
through unnoticed, because the new ListCell will be named the same as the
one used in the old code. By renaming the ListCell to varCellDoNotUse
this will not happen.
2020-02-27 10:59:45 +01:00
..
backend Semmle: Check for NULL in some places where it might occur (#3509) 2020-02-27 10:45:29 +01:00
include Make bad refactors to foreach_xxx error out 2020-02-27 10:59:45 +01:00
test/regress Semmle: Check for NULL in some places where it might occur (#3509) 2020-02-27 10:45:29 +01:00