1/*-------------------------------------------------------------------------
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * src/include/access/printtup.h
12 *-------------------------------------------------------------------------
30/* XXX these are really in executor/spi.c */
35#endif /* PRINTTUP_H */
bool spi_printtup(TupleTableSlot *slot, DestReceiver *self)
void spi_dest_startup(DestReceiver *self, int operation, TupleDesc typeinfo)
bool debugtup(TupleTableSlot *slot, DestReceiver *self)
void debugStartup(DestReceiver *self, int operation, TupleDesc typeinfo)
DestReceiver * printtup_create_DR(CommandDest dest)
void SetRemoteDestReceiverParams(DestReceiver *self, Portal portal)
void SendRowDescriptionMessage(StringInfo buf, TupleDesc typeinfo, List *targetlist, int16 *formats)