PostgreSQL Source Code  git master
PendingRelSync Struct Reference

Data Fields

RelFileLocator rlocator
 
bool is_truncated
 

Detailed Description

Definition at line 70 of file storage.c.

Field Documentation

◆ is_truncated

bool PendingRelSync::is_truncated

Definition at line 73 of file storage.c.

Referenced by AddPendingSync(), RelationPreTruncate(), and smgrDoPendingSyncs().

◆ rlocator

RelFileLocator PendingRelSync::rlocator

Definition at line 72 of file storage.c.

Referenced by SerializePendingSyncs(), and smgrDoPendingSyncs().


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