Home
last modified time | relevance | path

Searched defs:make_simple_restrictinfo_compat (Results 1 – 2 of 2) sorted by relevance

/dports/databases/timescaledb/timescaledb-2.5.1/src/compat/
H A Dcompat.h112 #define make_simple_restrictinfo_compat(root, expr) make_simple_restrictinfo(expr) macro
117 #define make_simple_restrictinfo_compat(root, expr) \ macro
123 #define make_simple_restrictinfo_compat(root, clause) make_simple_restrictinfo(root, clause) macro
/dports/databases/pg_citus/citus-10.2.3/src/include/distributed/
H A Dversion_compat.h53 #define make_simple_restrictinfo_compat(a, b) make_simple_restrictinfo(a, b) macro
86 #define make_simple_restrictinfo_compat(a, b) make_simple_restrictinfo(b) macro