PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
mainloop.h
Go to the documentation of this file.
1
/*
2
* psql - the PostgreSQL interactive terminal
3
*
4
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
5
*
6
* src/bin/psql/mainloop.h
7
*/
8
#ifndef MAINLOOP_H
9
#define MAINLOOP_H
10
11
#include "
fe_utils/psqlscan.h
"
12
13
extern
const
PsqlScanCallbacks
psqlscan_callbacks
;
14
15
extern
int
MainLoop
(FILE *
source
);
16
17
#endif
/* MAINLOOP_H */
psqlscan_callbacks
const PsqlScanCallbacks psqlscan_callbacks
Definition:
mainloop.c:20
MainLoop
int MainLoop(FILE *source)
Definition:
mainloop.c:33
source
static rewind_source * source
Definition:
pg_rewind.c:89
psqlscan.h
PsqlScanCallbacks
Definition:
psqlscan.h:62
src
bin
psql
mainloop.h
Generated on Wed Nov 27 2024 00:13:23 for PostgreSQL Source Code by
1.9.1