PostgreSQL Source Code
git master
|
Data Fields | |
Oid | chunk_id |
int32 | last_chunk_seq |
Size | num_chunks |
Size | size |
dlist_head | chunks |
struct varlena * | reconstructed |
Definition at line 164 of file reorderbuffer.c.
Oid ReorderBufferToastEnt::chunk_id |
Definition at line 166 of file reorderbuffer.c.
Referenced by ReorderBufferToastAppendChunk().
dlist_head ReorderBufferToastEnt::chunks |
Definition at line 171 of file reorderbuffer.c.
Referenced by ReorderBufferToastAppendChunk(), ReorderBufferToastReplace(), and ReorderBufferToastReset().
int32 ReorderBufferToastEnt::last_chunk_seq |
Definition at line 167 of file reorderbuffer.c.
Referenced by ReorderBufferToastAppendChunk().
Size ReorderBufferToastEnt::num_chunks |
Definition at line 169 of file reorderbuffer.c.
Referenced by ReorderBufferToastAppendChunk().
struct varlena* ReorderBufferToastEnt::reconstructed |
Definition at line 172 of file reorderbuffer.c.
Referenced by ReorderBufferToastAppendChunk(), ReorderBufferToastReplace(), and ReorderBufferToastReset().
Size ReorderBufferToastEnt::size |
Definition at line 170 of file reorderbuffer.c.
Referenced by ReorderBufferToastAppendChunk().