PostgreSQL Source Code git master
KeySuffix Struct Reference

Data Fields

const char * name
 
size_t len
 
int id
 
enum KeySuffixType type
 

Detailed Description

Definition at line 117 of file formatting.c.

Field Documentation

◆ id

int KeySuffix::id

Definition at line 121 of file formatting.c.

Referenced by parse_format().

◆ len

size_t KeySuffix::len

Definition at line 120 of file formatting.c.

Referenced by parse_format().

◆ name

const char* KeySuffix::name

Definition at line 119 of file formatting.c.

Referenced by suff_search().

◆ type

enum KeySuffixType KeySuffix::type

Definition at line 122 of file formatting.c.


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