|
PostgreSQL Source Code git master
|
#include <regguts.h>
Data Fields | |
| struct arcbatch * | next |
| size_t | narcs |
| struct arc | a [FLEXIBLE_ARRAY_MEMBER] |
| struct arc arcbatch::a[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 315 of file regguts.h.
Referenced by allocarc().
| size_t arcbatch::narcs |
Definition at line 314 of file regguts.h.
Referenced by allocarc(), and freenfa().
| struct arcbatch* arcbatch::next |
Definition at line 313 of file regguts.h.
Referenced by allocarc(), and freenfa().