PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
fix_scan_expr_context Struct Reference

Data Fields

PlannerInforoot
 
int rtoffset
 
double num_exec
 

Detailed Description

Definition at line 58 of file setrefs.c.

Field Documentation

◆ num_exec

double fix_scan_expr_context::num_exec

Definition at line 62 of file setrefs.c.

Referenced by fix_scan_expr(), and fix_scan_expr_mutator().

◆ root

PlannerInfo* fix_scan_expr_context::root

Definition at line 60 of file setrefs.c.

Referenced by fix_scan_expr(), fix_scan_expr_mutator(), and fix_scan_expr_walker().

◆ rtoffset

int fix_scan_expr_context::rtoffset

Definition at line 61 of file setrefs.c.

Referenced by fix_scan_expr(), and fix_scan_expr_mutator().


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