PostgreSQL Source Code  git master
DatabaseInfo Struct Reference

Data Fields

char * datname
 
char * amcheck_schema
 
bool is_checkunique
 

Detailed Description

Definition at line 149 of file pg_amcheck.c.

Field Documentation

◆ amcheck_schema

char* DatabaseInfo::amcheck_schema

Definition at line 152 of file pg_amcheck.c.

Referenced by main(), prepare_btree_command(), and prepare_heap_command().

◆ datname

char* DatabaseInfo::datname

◆ is_checkunique

bool DatabaseInfo::is_checkunique

Definition at line 153 of file pg_amcheck.c.

Referenced by main(), and prepare_btree_command().


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