|
PostgreSQL Source Code git master
|
Data Fields | |
| int32 | weight |
| uint32 | maxdepth |
| StatEntry ** | stack |
| uint32 | stackpos |
| StatEntry * | root |
Definition at line 58 of file tsvector_op.c.
| uint32 TSVectorStat::maxdepth |
Definition at line 62 of file tsvector_op.c.
| StatEntry* TSVectorStat::root |
Definition at line 67 of file tsvector_op.c.
| StatEntry** TSVectorStat::stack |
Definition at line 64 of file tsvector_op.c.
| uint32 TSVectorStat::stackpos |
Definition at line 65 of file tsvector_op.c.
| int32 TSVectorStat::weight |
Definition at line 60 of file tsvector_op.c.