PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
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-2026, 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
,
bool
isTopLevel
,
20
DestReceiver
*dest);
21
extern
TupleDesc
WaitStmtResultDesc
(
WaitStmt
*
stmt
);
22
23
#endif
/* WAIT_H */
WaitStmtResultDesc
TupleDesc WaitStmtResultDesc(WaitStmt *stmt)
Definition
wait.c:345
ExecWaitStmt
void ExecWaitStmt(ParseState *pstate, WaitStmt *stmt, bool isTopLevel, DestReceiver *dest)
Definition
wait.c:34
dest.h
stmt
#define stmt
Definition
indent_codes.h:59
parse_node.h
parsenodes.h
fb
static int fb(int x)
Definition
preproc-init.c:92
ParseState
Definition
parse_node.h:212
TupleDescData
Definition
tupdesc.h:149
WaitStmt
Definition
parsenodes.h:4597
_DestReceiver
Definition
dest.h:116
src
include
commands
wait.h
Generated on Thu Apr 30 2026 19:13:17 for PostgreSQL Source Code by
1.9.8