summaryrefslogtreecommitdiff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/executor/tqueue.h b/src/include/executor/tqueue.h
index 0ab1bb74167..e6958c60903 100644
--- a/src/include/executor/tqueue.h
+++ b/src/include/executor/tqueue.h
@@ -27,6 +27,6 @@ extern DestReceiver *CreateTupleQueueDestReceiver(shm_mq_handle *handle);
extern TupleQueueReader *CreateTupleQueueReader(shm_mq_handle *handle);
extern void DestroyTupleQueueReader(TupleQueueReader *reader);
extern HeapTuple TupleQueueReaderNext(TupleQueueReader *reader,
- bool nowait, bool *done);
+ bool nowait, bool *done);
#endif /* TQUEUE_H */