PostgreSQL Source Code git master
Loading...
Searching...
No Matches
relopt_gen Struct Reference

#include <reloptions.h>

Data Fields

const charname
 
const chardesc
 
bits32 kinds
 
LOCKMODE lockmode
 
int namelen
 
relopt_type type
 

Detailed Description

Definition at line 65 of file reloptions.h.

Field Documentation

◆ desc

const char* relopt_gen::desc

Definition at line 69 of file reloptions.h.

◆ kinds

bits32 relopt_gen::kinds

Definition at line 70 of file reloptions.h.

◆ lockmode

LOCKMODE relopt_gen::lockmode

Definition at line 71 of file reloptions.h.

Referenced by AlterTableGetRelOptionsLockLevel(), and initialize_reloptions().

◆ name

const char* relopt_gen::name

Definition at line 67 of file reloptions.h.

Referenced by build_local_reloptions(), and initialize_reloptions().

◆ namelen

int relopt_gen::namelen

◆ type

relopt_type relopt_gen::type

Definition at line 73 of file reloptions.h.

Referenced by build_local_reloptions(), and initialize_reloptions().


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