PostgreSQL Source Code  git master
GinOptions Struct Reference

#include <gin_private.h>

Data Fields

int32 vl_len_
 
bool useFastUpdate
 
int pendingListCleanupSize
 

Detailed Description

Definition at line 26 of file gin_private.h.

Field Documentation

◆ pendingListCleanupSize

int GinOptions::pendingListCleanupSize

Definition at line 30 of file gin_private.h.

◆ useFastUpdate

bool GinOptions::useFastUpdate

Definition at line 29 of file gin_private.h.

◆ vl_len_

int32 GinOptions::vl_len_

Definition at line 28 of file gin_private.h.


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