PostgreSQL Source Code  git master
arc Struct Reference

#include <regguts.h>

Data Fields

int type
 
color co
 
struct statefrom
 
struct stateto
 
struct arcoutchain
 
struct arcoutchainRev
 
struct arcinchain
 
struct arcinchainRev
 
struct arccolorchain
 
struct arccolorchainRev
 

Detailed Description

Definition at line 290 of file regguts.h.

Field Documentation

◆ co

◆ colorchain

struct arc* arc::colorchain

Definition at line 302 of file regguts.h.

Referenced by uncolorchain().

◆ colorchainRev

struct arc* arc::colorchainRev

Definition at line 303 of file regguts.h.

Referenced by colorchain().

◆ from

◆ inchain

struct arc* arc::inchain

Definition at line 299 of file regguts.h.

Referenced by changearctarget(), copyins(), freearc(), mergeins(), and moveins().

◆ inchainRev

struct arc* arc::inchainRev

Definition at line 300 of file regguts.h.

Referenced by changearctarget(), createarc(), and freearc().

◆ outchain

struct arc* arc::outchain

Definition at line 296 of file regguts.h.

Referenced by analyze(), changearcsource(), copyouts(), freearc(), and moveouts().

◆ outchainRev

struct arc* arc::outchainRev

Definition at line 297 of file regguts.h.

Referenced by changearcsource(), createarc(), and freearc().

◆ to

◆ type

int arc::type

Definition at line 292 of file regguts.h.

Referenced by clonesuccessorstates(), combine(), cparc(), freearc(), sortins_cmp(), and sortouts_cmp().


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