PostgreSQL Source Code git master
wait.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * wait.h
4 * prototypes for commands/wait.c
5 *
6 * Portions Copyright (c) 2025, PostgreSQL Global Development Group
7 *
8 * src/include/commands/wait.h
9 *
10 *-------------------------------------------------------------------------
11 */
12#ifndef WAIT_H
13#define WAIT_H
14
15#include "nodes/parsenodes.h"
16#include "parser/parse_node.h"
17#include "tcop/dest.h"
18
19extern void ExecWaitStmt(ParseState *pstate, WaitStmt *stmt, DestReceiver *dest);
21
22#endif /* WAIT_H */
void ExecWaitStmt(ParseState *pstate, WaitStmt *stmt, DestReceiver *dest)
Definition: wait.c:32
TupleDesc WaitStmtResultDesc(WaitStmt *stmt)
Definition: wait.c:202
#define stmt
Definition: indent_codes.h:59