PostgreSQL Source Code  git master
BTOptions Struct Reference

#include <nbtree.h>

Data Fields

int32 varlena_header_
 
int fillfactor
 
float8 vacuum_cleanup_index_scale_factor
 
bool deduplicate_items
 

Detailed Description

Definition at line 1089 of file nbtree.h.

Field Documentation

◆ deduplicate_items

bool BTOptions::deduplicate_items

Definition at line 1094 of file nbtree.h.

◆ fillfactor

int BTOptions::fillfactor

Definition at line 1092 of file nbtree.h.

◆ vacuum_cleanup_index_scale_factor

float8 BTOptions::vacuum_cleanup_index_scale_factor

Definition at line 1093 of file nbtree.h.

◆ varlena_header_

int32 BTOptions::varlena_header_

Definition at line 1091 of file nbtree.h.


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