|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | name |
| size_t | len |
| int | id |
| enum KeySuffixType | type |
Definition at line 125 of file formatting.c.
| int KeySuffix::id |
Definition at line 129 of file formatting.c.
Referenced by parse_format().
| size_t KeySuffix::len |
Definition at line 128 of file formatting.c.
Referenced by parse_format().
| const char* KeySuffix::name |
Definition at line 127 of file formatting.c.
Referenced by suff_search().
| enum KeySuffixType KeySuffix::type |
Definition at line 130 of file formatting.c.