PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DR_copy Struct Reference

Data Fields

DestReceiver pub
 
CopyToState cstate
 
uint64 processed
 

Detailed Description

Definition at line 98 of file copyto.c.

Field Documentation

◆ cstate

CopyToState DR_copy::cstate

Definition at line 101 of file copyto.c.

Referenced by copy_dest_receive(), and CreateCopyDestReceiver().

◆ processed

uint64 DR_copy::processed

Definition at line 102 of file copyto.c.

Referenced by copy_dest_receive(), and CreateCopyDestReceiver().

◆ pub

DestReceiver DR_copy::pub

Definition at line 100 of file copyto.c.

Referenced by CreateCopyDestReceiver().


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