PostgreSQL Source Code  git master
SubscriptRoutines Struct Reference

#include <subscripting.h>

Data Fields

SubscriptTransform transform
 
SubscriptExecSetup exec_setup
 
bool fetch_strict
 
bool fetch_leakproof
 
bool store_leakproof
 

Detailed Description

Definition at line 158 of file subscripting.h.

Field Documentation

◆ exec_setup

SubscriptExecSetup SubscriptRoutines::exec_setup

Definition at line 161 of file subscripting.h.

Referenced by ExecInitSubscriptingRef().

◆ fetch_leakproof

bool SubscriptRoutines::fetch_leakproof

Definition at line 163 of file subscripting.h.

Referenced by contain_leaked_vars_walker().

◆ fetch_strict

bool SubscriptRoutines::fetch_strict

Definition at line 162 of file subscripting.h.

Referenced by contain_nonstrict_functions_walker(), and ExecInitSubscriptingRef().

◆ store_leakproof

bool SubscriptRoutines::store_leakproof

Definition at line 164 of file subscripting.h.

Referenced by contain_leaked_vars_walker().

◆ transform


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