Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
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
2025-05-16 06:24
c.h
43.71
KB
-rw-r--r--
2025-02-17 21:17
libpq-int.h
29.08
KB
-rw-r--r--
2025-02-17 21:17
port.h
17.22
KB
-rw-r--r--
2025-02-17 21:17
postgres_fe.h
767
B
-rw-r--r--
2025-02-17 21:17
pqexpbuffer.h
6.22
KB
-rw-r--r--
2025-02-17 21:17
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 */