PostgreSQL Source Code
git master
Toggle main menu visibility
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
config_info.h
Go to the documentation of this file.
1
/*
2
* config_info.h
3
* Common code for pg_config output
4
*
5
* Copyright (c) 2016-2025, PostgreSQL Global Development Group
6
*
7
* src/include/common/config_info.h
8
*/
9
#ifndef COMMON_CONFIG_INFO_H
10
#define COMMON_CONFIG_INFO_H
11
12
typedef
struct
ConfigData
13
{
14
char
*
name
;
15
char
*
setting
;
16
}
ConfigData
;
17
18
extern
ConfigData
*
get_configdata
(
const
char
*
my_exec_path
,
19
size_t
*configdata_len);
20
21
#endif
/* COMMON_CONFIG_INFO_H */
get_configdata
ConfigData * get_configdata(const char *my_exec_path, size_t *configdata_len)
Definition:
config_info.c:33
ConfigData
struct ConfigData ConfigData
my_exec_path
char my_exec_path[MAXPGPATH]
Definition:
globals.c:80
ConfigData
Definition:
config_info.h:13
ConfigData::name
char * name
Definition:
config_info.h:14
ConfigData::setting
char * setting
Definition:
config_info.h:15
src
include
common
config_info.h
Generated on Tue Jan 7 2025 18:13:24 for PostgreSQL Source Code by
1.9.4