|
PostgreSQL Source Code git master
|
#include <spell.h>
Data Fields | ||
| union { | ||
| const char * flag | ||
| struct { | ||
| int affix | ||
| int len | ||
| } d | ||
| } | p | |
| char | word [FLEXIBLE_ARRAY_MEMBER] | |
| struct { ... } spell_struct::d |
| union { ... } spell_struct::p |
| char spell_struct::word[FLEXIBLE_ARRAY_MEMBER] |