Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
postgresql11 /
usr /
include /
pgsql /
internal /
Delete
Unzip
Name
Size
Permission
Date
Action
libpq
[ DIR ]
drwxr-xr-x
2026-08-17 17:18
c.h
37.18
KB
-rw-r--r--
2024-12-17 15:02
libpq-int.h
25.22
KB
-rw-r--r--
2024-12-17 15:02
port.h
14.45
KB
-rw-r--r--
2024-12-17 15:02
postgres_fe.h
767
B
-rw-r--r--
2024-12-17 15:02
pqexpbuffer.h
6.22
KB
-rw-r--r--
2024-12-17 15:02
Save
Rename
/*------------------------------------------------------------------------- * * 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-2017, 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 */