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
19
extern
void
ExecWaitStmt
(
ParseState
*pstate,
WaitStmt
*
stmt
,
DestReceiver
*
dest
);
20
extern
TupleDesc
WaitStmtResultDesc
(
WaitStmt
*
stmt
);
21
22
#endif
/* WAIT_H */
ExecWaitStmt
void ExecWaitStmt(ParseState *pstate, WaitStmt *stmt, DestReceiver *dest)
Definition:
wait.c:32
WaitStmtResultDesc
TupleDesc WaitStmtResultDesc(WaitStmt *stmt)
Definition:
wait.c:202
dest.h
stmt
#define stmt
Definition:
indent_codes.h:59
generate_unaccent_rules.dest
dest
Definition:
generate_unaccent_rules.py:285
parse_node.h
parsenodes.h
ParseState
Definition:
parse_node.h:193
TupleDescData
Definition:
tupdesc.h:136
WaitStmt
Definition:
parsenodes.h:4389
_DestReceiver
Definition:
dest.h:116
src
include
commands
wait.h
Generated on Fri Dec 5 2025 00:13:16 for PostgreSQL Source Code by
1.9.4