PostgreSQL Source Code  git master
pushdown_safety_info Struct Reference

Data Fields

unsigned char * unsafeFlags
 
bool unsafeVolatile
 
bool unsafeLeaky
 

Detailed Description

Definition at line 60 of file allpaths.c.

Field Documentation

◆ unsafeFlags

unsigned char* pushdown_safety_info::unsafeFlags

◆ unsafeLeaky

bool pushdown_safety_info::unsafeLeaky

Definition at line 66 of file allpaths.c.

Referenced by qual_is_pushdown_safe(), and set_subquery_pathlist().

◆ unsafeVolatile

bool pushdown_safety_info::unsafeVolatile

Definition at line 65 of file allpaths.c.

Referenced by qual_is_pushdown_safe(), and subquery_is_pushdown_safe().


The documentation for this struct was generated from the following file: