PostgreSQL Source Code: PGIOAlignedBlock Union Reference (original) (raw)

#include <[c.h](c%5F8h%5Fsource.html)>

Data Fields
char data [BLCKSZ]
double force_align_d
int64 force_align_i64

Detailed Description

Definition at line 1103 of file c.h.

Field Documentation

data

char PGIOAlignedBlock::data[BLCKSZ]

Definition at line 1108 of file c.h.

Referenced by _hash_alloc_buckets(), ltsWriteBlock(), pg_prewarm(), rewriteVisibilityMap(), and smgr_bulk_flush().

force_align_d

double PGIOAlignedBlock::force_align_d

Definition at line 1109 of file c.h.

force_align_i64

int64 PGIOAlignedBlock::force_align_i64

Definition at line 1110 of file c.h.


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