PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BufferCacheNumaRec Struct Reference

Data Fields

uint32 bufferid
 
int64 page_num
 
int32 numa_node
 

Detailed Description

Definition at line 72 of file pg_buffercache_pages.c.

Field Documentation

◆ bufferid

uint32 BufferCacheNumaRec::bufferid

Definition at line 74 of file pg_buffercache_pages.c.

Referenced by pg_buffercache_numa_pages().

◆ numa_node

int32 BufferCacheNumaRec::numa_node

Definition at line 76 of file pg_buffercache_pages.c.

Referenced by pg_buffercache_numa_pages().

◆ page_num

int64 BufferCacheNumaRec::page_num

Definition at line 75 of file pg_buffercache_pages.c.

Referenced by pg_buffercache_numa_pages().


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