aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/tqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/tqueue.h')
-rw-r--r--src/include/executor/tqueue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/tqueue.h b/src/include/executor/tqueue.h
index 93655ef6bda..264eb566410 100644
--- a/src/include/executor/tqueue.h
+++ b/src/include/executor/tqueue.h
@@ -26,7 +26,7 @@ extern DestReceiver *CreateTupleQueueDestReceiver(shm_mq_handle *handle);
/* Use these to receive tuples from a shm_mq. */
extern TupleQueueReader *CreateTupleQueueReader(shm_mq_handle *handle);
extern void DestroyTupleQueueReader(TupleQueueReader *reader);
-extern HeapTuple TupleQueueReaderNext(TupleQueueReader *reader,
- bool nowait, bool *done);
+extern MinimalTuple TupleQueueReaderNext(TupleQueueReader *reader,
+ bool nowait, bool *done);
#endif /* TQUEUE_H */