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 295 of file regguts.h.

Field Documentation

◆ co

◆ colorchain

struct arc* arc::colorchain

Definition at line 307 of file regguts.h.

Referenced by uncolorchain().

◆ colorchainRev

struct arc* arc::colorchainRev

Definition at line 308 of file regguts.h.

Referenced by colorchain().

◆ from

◆ inchain

struct arc* arc::inchain

Definition at line 304 of file regguts.h.

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

◆ inchainRev

struct arc* arc::inchainRev

Definition at line 305 of file regguts.h.

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

◆ outchain

struct arc* arc::outchain

Definition at line 301 of file regguts.h.

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

◆ outchainRev

struct arc* arc::outchainRev

Definition at line 302 of file regguts.h.

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

◆ to

◆ type

int arc::type

Definition at line 297 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: