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

#include <dest.h>

Data Fields

bool(* receiveSlot )(TupleTableSlot *slot, DestReceiver *self)
 
void(* rStartup )(DestReceiver *self, int operation, TupleDesc typeinfo)
 
void(* rShutdown )(DestReceiver *self)
 
void(* rDestroy )(DestReceiver *self)
 
CommandDest mydest
 

Detailed Description

Definition at line 115 of file dest.h.

Field Documentation

◆ mydest

◆ rDestroy

◆ receiveSlot

◆ rShutdown

◆ rStartup


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