PostgreSQL Source Code git master
Loading...
Searching...
No Matches
execAsync.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 * execAsync.h
3 * Support functions for asynchronous execution
4 *
5 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
6 * Portions Copyright (c) 1994, Regents of the University of California
7 *
8 * IDENTIFICATION
9 * src/include/executor/execAsync.h
10 *-------------------------------------------------------------------------
11 */
12
13#ifndef EXECASYNC_H
14#define EXECASYNC_H
15
16#include "nodes/execnodes.h"
17
24
25#endif /* EXECASYNC_H */
void ExecAsyncResponse(AsyncRequest *areq)
Definition execAsync.c:118
void ExecAsyncRequestPending(AsyncRequest *areq)
Definition execAsync.c:150
void ExecAsyncRequestDone(AsyncRequest *areq, TupleTableSlot *result)
Definition execAsync.c:138
void ExecAsyncRequest(AsyncRequest *areq)
Definition execAsync.c:27
void ExecAsyncConfigureWait(AsyncRequest *areq)
Definition execAsync.c:63
void ExecAsyncNotify(AsyncRequest *areq)
Definition execAsync.c:89
static int fb(int x)