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

#include <large_object.h>

Data Fields

Oid id
 
Snapshot snapshot
 
SubTransactionId subid
 
uint64 offset
 
int flags
 

Detailed Description

Definition at line 39 of file large_object.h.

Field Documentation

◆ flags

int LargeObjectDesc::flags

Definition at line 45 of file large_object.h.

Referenced by inv_open().

◆ id

Oid LargeObjectDesc::id

Definition at line 41 of file large_object.h.

Referenced by inv_open().

◆ offset

uint64 LargeObjectDesc::offset

Definition at line 44 of file large_object.h.

Referenced by inv_open().

◆ snapshot

Snapshot LargeObjectDesc::snapshot

Definition at line 42 of file large_object.h.

Referenced by inv_open().

◆ subid

SubTransactionId LargeObjectDesc::subid

Definition at line 43 of file large_object.h.

Referenced by AtEOSubXact_LargeObject(), and inv_open().


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