PostgreSQL Source Code
git master
|
Data Fields | |
unsigned char * | unsafeFlags |
bool | unsafeVolatile |
bool | unsafeLeaky |
Definition at line 60 of file allpaths.c.
unsigned char* pushdown_safety_info::unsafeFlags |
Definition at line 62 of file allpaths.c.
Referenced by check_output_expressions(), compare_tlist_datatypes(), qual_is_pushdown_safe(), and set_subquery_pathlist().
bool pushdown_safety_info::unsafeLeaky |
Definition at line 66 of file allpaths.c.
Referenced by qual_is_pushdown_safe(), and set_subquery_pathlist().
bool pushdown_safety_info::unsafeVolatile |
Definition at line 65 of file allpaths.c.
Referenced by qual_is_pushdown_safe(), and subquery_is_pushdown_safe().