PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ua_page_stats Struct Reference

Data Fields

Oid relid
 
int64 blkno
 
int64 blk_count
 
bool allpages
 

Detailed Description

Definition at line 81 of file btreefuncs.c.

Field Documentation

◆ allpages

bool ua_page_stats::allpages

Definition at line 86 of file btreefuncs.c.

◆ blk_count

int64 ua_page_stats::blk_count

Definition at line 85 of file btreefuncs.c.

◆ blkno

int64 ua_page_stats::blkno

Definition at line 84 of file btreefuncs.c.

◆ relid

Oid ua_page_stats::relid

Definition at line 83 of file btreefuncs.c.


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