Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/include/postgresql/server
opt
/
td-agent
/
embedded
/
include
/
postgresql
/
server
/
📁
..
📁
access
📁
bootstrap
📄
c.h
(33.2 KB)
📁
catalog
📁
commands
📁
common
📁
datatype
📄
dynloader.h
(1.09 KB)
📁
executor
📁
fe_utils
📄
fmgr.h
(30.51 KB)
📁
foreign
📄
funcapi.h
(11.38 KB)
📄
getaddrinfo.h
(3.89 KB)
📄
getopt_long.h
(688 B)
📁
lib
📁
libpq
📁
mb
📄
miscadmin.h
(15.87 KB)
📁
nodes
📁
optimizer
📁
parser
📄
pg_config.h
(28.5 KB)
📄
pg_config_ext.h
(323 B)
📄
pg_config_manual.h
(11.36 KB)
📄
pg_config_os.h
(1.03 KB)
📄
pg_getopt.h
(1.06 KB)
📄
pg_trace.h
(316 B)
📄
pgstat.h
(32.49 KB)
📄
pgtar.h
(752 B)
📄
pgtime.h
(2.27 KB)
📄
plpgsql.h
(28.06 KB)
📁
port
📄
port.h
(13.64 KB)
📁
portability
📄
postgres.h
(22.61 KB)
📄
postgres_ext.h
(2.1 KB)
📄
postgres_fe.h
(763 B)
📁
postmaster
📁
regex
📁
replication
📁
rewrite
📄
rusagestub.h
(843 B)
📁
snowball
📁
storage
📁
tcop
📁
tsearch
📁
utils
📄
windowapi.h
(2.32 KB)
Editing: postgres_fe.h
/*------------------------------------------------------------------------- * * postgres_fe.h * Primary include file for PostgreSQL client-side .c files * * This should be the first file included by PostgreSQL client libraries and * application programs --- but not by backend modules, which should include * postgres.h. * * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1995, Regents of the University of California * * src/include/postgres_fe.h * *------------------------------------------------------------------------- */ #ifndef POSTGRES_FE_H #define POSTGRES_FE_H #ifndef FRONTEND #define FRONTEND 1 #endif #include "c.h" #include "common/fe_memutils.h" #endif /* POSTGRES_FE_H */
Upload File
Create Folder