Hackfut Security File Manager
Current Path:
/opt/alt/postgresql11/usr/include/pgsql/server/postmaster
opt
/
alt
/
postgresql11
/
usr
/
include
/
pgsql
/
server
/
postmaster
/
📁
..
📄
autovacuum.h
(1.92 KB)
📄
bgwriter.h
(1.21 KB)
📄
fork_process.h
(447 B)
📄
pgarch.h
(641 B)
📄
postmaster.h
(1.73 KB)
📄
startup.h
(635 B)
📄
syslogger.h
(2.51 KB)
📄
walwriter.h
(487 B)
Editing: pgarch.h
/*------------------------------------------------------------------------- * * pgarch.h * Exports from postmaster/pgarch.c. * * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/postmaster/pgarch.h * *------------------------------------------------------------------------- */ #ifndef _PGARCH_H #define _PGARCH_H /* ---------- * Functions called from postmaster * ---------- */ extern int pgarch_start(void); #ifdef EXEC_BACKEND extern void PgArchiverMain(int argc, char *argv[]); #endif #endif /* _PGARCH_H */
Upload File
Create Folder