PostgreSQL Source Code  git master
RelationInfo Struct Reference

Data Fields

const DatabaseInfodatinfo
 
Oid reloid
 
bool is_heap
 
char * nspname
 
char * relname
 
int relpages
 
int blocks_to_check
 
char * sql
 

Detailed Description

Definition at line 156 of file pg_amcheck.c.

Field Documentation

◆ blocks_to_check

int RelationInfo::blocks_to_check

Definition at line 164 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ datinfo

◆ is_heap

bool RelationInfo::is_heap

Definition at line 160 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ nspname

char* RelationInfo::nspname

◆ relname

char* RelationInfo::relname

◆ reloid

Oid RelationInfo::reloid

◆ relpages

int RelationInfo::relpages

Definition at line 163 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db().

◆ sql

char* RelationInfo::sql

Definition at line 165 of file pg_amcheck.c.

Referenced by main(), verify_btree_slot_handler(), and verify_heap_slot_handler().


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