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

#include <shmem.h>

Data Fields

ShmemStructOpts base
 
const charname
 
int64 nelems
 
HASHCTL hash_info
 
int hash_flags
 
HTAB ** ptr
 

Detailed Description

Definition at line 76 of file shmem.h.

Field Documentation

◆ base

ShmemStructOpts ShmemHashOpts::base

Definition at line 79 of file shmem.h.

◆ hash_flags

int ShmemHashOpts::hash_flags

Definition at line 102 of file shmem.h.

◆ hash_info

HASHCTL ShmemHashOpts::hash_info

Definition at line 101 of file shmem.h.

◆ name

const char* ShmemHashOpts::name

Definition at line 85 of file shmem.h.

◆ nelems

int64 ShmemHashOpts::nelems

Definition at line 90 of file shmem.h.

◆ ptr

HTAB** ShmemHashOpts::ptr

Definition at line 109 of file shmem.h.


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