diff options
| author | Bruce Momjian | 2005-08-12 03:25:13 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-08-12 03:25:13 +0000 |
| commit | b609695b7a5c1cf7c1234143eeb35809d00ff741 (patch) | |
| tree | e8777cf8e513d49c0e30cc5fd0f8d793115c141a /src/include/storage/pmsignal.h | |
| parent | d95886e7340b3812bbe30098da053f4d167b34a5 (diff) | |
Add files to do read I/O on the cluster directory:
pg_stat_file()
pg_read_file()
pg_ls_dir()
pg_reload_conf()
pg_rotate_logfile()
Dave Page
Andreas Pflug
Diffstat (limited to 'src/include/storage/pmsignal.h')
| -rw-r--r-- | src/include/storage/pmsignal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h index d7956d94105..3bd3268edde 100644 --- a/src/include/storage/pmsignal.h +++ b/src/include/storage/pmsignal.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.12 2005/06/28 19:51:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.13 2005/08/12 03:24:43 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -25,6 +25,7 @@ typedef enum PMSIGNAL_PASSWORD_CHANGE, /* pg_auth file has changed */ PMSIGNAL_WAKEN_CHILDREN, /* send a SIGUSR1 signal to all backends */ PMSIGNAL_WAKEN_ARCHIVER, /* send a NOTIFY signal to xlog archiver */ + PMSIGNAL_ROTATE_LOGFILE, /* send SIGUSR1 to syslogger to rotate logfile */ NUM_PMSIGNALS /* Must be last value of enum! */ } PMSignalReason; |
