PostgreSQL Source Code  git master
arcbatch Struct Reference

#include <regguts.h>

Data Fields

struct arcbatchnext
 
size_t narcs
 
struct arc a [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 311 of file regguts.h.

Field Documentation

◆ a

struct arc arcbatch::a[FLEXIBLE_ARRAY_MEMBER]

Definition at line 314 of file regguts.h.

Referenced by allocarc().

◆ narcs

size_t arcbatch::narcs

Definition at line 314 of file regguts.h.

Referenced by allocarc(), and freenfa().

◆ next

struct arcbatch* arcbatch::next

Definition at line 313 of file regguts.h.

Referenced by allocarc(), and freenfa().


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