Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/include/postgresql/server/common
opt
/
td-agent
/
embedded
/
include
/
postgresql
/
server
/
common
/
📁
..
📄
config_info.h
(427 B)
📄
controldata_utils.h
(490 B)
📄
fe_memutils.h
(1.52 KB)
📄
int128.h
(6.39 KB)
📄
keywords.h
(1.13 KB)
📄
pg_lzcompress.h
(2.56 KB)
📄
relpath.h
(2.09 KB)
📄
restricted_token.h
(745 B)
📄
string.h
(373 B)
📄
username.h
(333 B)
Editing: config_info.h
/* * config_info.h * Common code for pg_config output * * Copyright (c) 2016, PostgreSQL Global Development Group * * src/include/common/config_info.h */ #ifndef COMMON_CONFIG_INFO_H #define COMMON_CONFIG_INFO_H typedef struct ConfigData { char *name; char *setting; } ConfigData; extern ConfigData *get_configdata(const char *my_exec_path, size_t *configdata_len); #endif /* COMMON_CONFIG_INFO_H */
Upload File
Create Folder