diff options
Diffstat (limited to 'src/include/storage/pmsignal.h')
| -rw-r--r-- | src/include/storage/pmsignal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h index 688b83adab..4180c95c73 100644 --- a/src/include/storage/pmsignal.h +++ b/src/include/storage/pmsignal.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.7 2004/05/23 03:50:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.8 2004/05/29 22:48:23 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -22,7 +22,6 @@ */ typedef enum { - PMSIGNAL_DO_CHECKPOINT, /* request to start a checkpoint */ PMSIGNAL_PASSWORD_CHANGE, /* pg_pwd file has changed */ PMSIGNAL_WAKEN_CHILDREN, /* send a SIGUSR1 signal to all backends */ @@ -35,5 +34,6 @@ typedef enum extern void PMSignalInit(void); extern void SendPostmasterSignal(PMSignalReason reason); extern bool CheckPostmasterSignal(PMSignalReason reason); +extern bool PostmasterIsAlive(bool amDirectChild); #endif /* PMSIGNAL_H */ |
