citus/src/backend/distributed
Jelte Fennema e4e0c65203 Semmle: Check for NULL in some places where it might occur (#3509)
Semmle reported quite some places where we use a value that could be NULL. Most of these are not actually a real issue, but better to be on the safe side with these things and make the static analysis happy.

(cherry picked from commit 685b54b3de)
2020-03-25 09:19:15 +01:00
..
commands Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
connection Convert unsafe APIs to safe ones 2020-03-25 09:16:31 +01:00
deparser Semmle: Fix obvious issues (#3502) 2020-03-25 09:11:27 +01:00
executor Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
master Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
metadata Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
planner Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
progress Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
relay Convert unsafe APIs to safe ones 2020-03-25 09:16:31 +01:00
sql Use current user for repartition join temp schemas. 2020-02-04 09:48:20 -08:00
test Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
transaction Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
utils Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
worker Semmle: Check for NULL in some places where it might occur (#3509) 2020-03-25 09:19:15 +01:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Fix Makefile so that it builds safestringlib correctly on OSX 2020-03-25 09:17:22 +01:00
citus.control Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
shared_library_init.c Convert unsafe APIs to safe ones 2020-03-25 09:16:31 +01:00