Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PGShmemHeader Struct Reference

#include <pg_shmem.h>

Data Fields

int32 magic
pid_t creatorPID
Size totalsize
Size freeoffset
void * index
dev_t device
ino_t inode

Detailed Description

Definition at line 27 of file pg_shmem.h.


Field Documentation

Definition at line 31 of file pg_shmem.h.

Referenced by PGSharedMemoryCreate().

Definition at line 36 of file pg_shmem.h.

Referenced by PGSharedMemoryCreate().

Definition at line 33 of file pg_shmem.h.

Referenced by PGSharedMemoryCreate(), and ShmemAlloc().

Definition at line 34 of file pg_shmem.h.

Referenced by ShmemInitStruct().

Definition at line 37 of file pg_shmem.h.

Referenced by PGSharedMemoryCreate().

Definition at line 29 of file pg_shmem.h.

Referenced by PGSharedMemoryAttach(), PGSharedMemoryCreate(), and PGSharedMemoryReAttach().

Definition at line 32 of file pg_shmem.h.

Referenced by InitShmemAccess(), and PGSharedMemoryCreate().


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