PostgreSQL Source Code: DR_copy Struct Reference (original) (raw)
Data Fields | |
---|---|
DestReceiver | pub |
CopyToState | cstate |
uint64 | processed |
Detailed Description
Definition at line 101 of file copyto.c.
Field Documentation
◆ cstate
CopyToState DR_copy::cstate
Definition at line 104 of file copyto.c.
Referenced by copy_dest_receive(), and CreateCopyDestReceiver().
◆ processed
uint64 DR_copy::processed
Definition at line 105 of file copyto.c.
Referenced by copy_dest_receive(), and CreateCopyDestReceiver().
◆ pub
DestReceiver DR_copy::pub
Definition at line 103 of file copyto.c.
Referenced by CreateCopyDestReceiver().
The documentation for this struct was generated from the following file:
- src/backend/commands/copyto.c