citus/src
Jelte Fennema 55eed7f2ec Handle some NULL issues that static analysis found (#4001)
Static analysis found some issues where we used the result from
ExtractResultRelationRTE, without checking that it wasn't NULL. It seems
like in all these cases it can never actually be NULL, since we have checked
before that it isn't a SELECT query. So, this PR is mostly to make static
analysis happy (and protect a bit against future changes of the code).
(cherry picked from commit 759e628dd5)
2020-07-21 11:01:48 +03:00
..
backend Handle some NULL issues that static analysis found (#4001) 2020-07-21 11:01:48 +03:00
include Handle some NULL issues that static analysis found (#4001) 2020-07-21 11:01:48 +03:00
test Fix write queries with const expressions and COLLATE in various places (#3973) 2020-07-21 11:01:48 +03:00