PostgreSQL Source Code  git master
relopt_gen Struct Reference

#include <reloptions.h>

Data Fields

const char * name
 
const char * desc
 
bits32 kinds
 
LOCKMODE lockmode
 
int namelen
 
relopt_type type
 

Detailed Description

Definition at line 64 of file reloptions.h.

Field Documentation

◆ desc

const char* relopt_gen::desc

Definition at line 68 of file reloptions.h.

Referenced by allocate_reloption().

◆ kinds

bits32 relopt_gen::kinds

Definition at line 69 of file reloptions.h.

Referenced by allocate_reloption().

◆ lockmode

LOCKMODE relopt_gen::lockmode

◆ name

const char* relopt_gen::name

Definition at line 66 of file reloptions.h.

Referenced by allocate_reloption(), build_local_reloptions(), and initialize_reloptions().

◆ namelen

int relopt_gen::namelen

◆ type


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