PostgreSQL Source Code  git master
xl_heap_truncate Struct Reference

#include <heapam_xlog.h>

Data Fields

Oid dbId
 
uint32 nrelids
 
uint8 flags
 
Oid relids [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 133 of file heapam_xlog.h.

Field Documentation

◆ dbId

Oid xl_heap_truncate::dbId

Definition at line 135 of file heapam_xlog.h.

Referenced by DecodeTruncate(), and ExecuteTruncateGuts().

◆ flags

uint8 xl_heap_truncate::flags

Definition at line 137 of file heapam_xlog.h.

Referenced by DecodeTruncate(), ExecuteTruncateGuts(), and heap_desc().

◆ nrelids

uint32 xl_heap_truncate::nrelids

Definition at line 136 of file heapam_xlog.h.

Referenced by DecodeTruncate(), ExecuteTruncateGuts(), and heap_desc().

◆ relids

Oid xl_heap_truncate::relids[FLEXIBLE_ARRAY_MEMBER]

Definition at line 138 of file heapam_xlog.h.

Referenced by DecodeTruncate(), and heap_desc().


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