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
qsort_interruptible.c
Go to the documentation of this file.
1
/*
2
* qsort_interruptible.c: qsort_arg that includes CHECK_FOR_INTERRUPTS
3
*/
4
5
#include "
postgres.h
"
6
#include "
miscadmin.h
"
7
8
#define ST_SORT qsort_interruptible
9
#define ST_ELEMENT_TYPE_VOID
10
#define ST_COMPARATOR_TYPE_NAME qsort_arg_comparator
11
#define ST_COMPARE_RUNTIME_POINTER
12
#define ST_COMPARE_ARG_TYPE void
13
#define ST_SCOPE
14
#define ST_DEFINE
15
#define ST_CHECK_FOR_INTERRUPTS
16
#include "
lib/sort_template.h
"
miscadmin.h
postgres.h
sort_template.h
src
backend
utils
sort
qsort_interruptible.c
Generated on Wed Dec 4 2024 00:13:23 for PostgreSQL Source Code by
1.9.1