PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
KeySuffix Struct Reference

Data Fields

const char * name
 
size_t len
 
int id
 
enum KeySuffixType type
 

Detailed Description

Definition at line 125 of file formatting.c.

Field Documentation

◆ id

int KeySuffix::id

Definition at line 129 of file formatting.c.

Referenced by parse_format().

◆ len

size_t KeySuffix::len

Definition at line 128 of file formatting.c.

Referenced by parse_format().

◆ name

const char* KeySuffix::name

Definition at line 127 of file formatting.c.

Referenced by suff_search().

◆ type

enum KeySuffixType KeySuffix::type

Definition at line 130 of file formatting.c.


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