PostgreSQL Source Code  git master
pro Struct Reference

Data Fields

const char * p_name
 
int p_type
 
int p_default
 
int p_special
 
int * p_obj
 

Detailed Description

Definition at line 86 of file args.c.

Field Documentation

◆ p_default

int pro::p_default

Definition at line 89 of file args.c.

Referenced by set_defaults().

◆ p_name

const char* pro::p_name

Definition at line 87 of file args.c.

Referenced by set_defaults(), and set_option().

◆ p_obj

int* pro::p_obj

Definition at line 91 of file args.c.

Referenced by set_defaults(), and set_option().

◆ p_special

int pro::p_special

Definition at line 90 of file args.c.

Referenced by set_option().

◆ p_type

int pro::p_type

Definition at line 88 of file args.c.

Referenced by set_defaults(), and set_option().


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