diff options
| author | Bruce Momjian | 2007-03-22 19:53:31 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-03-22 19:53:31 +0000 |
| commit | 686956375a84f4ac9f214e402e9922b49813784a (patch) | |
| tree | f3eae9e66b46c2e1f77bbec618fd1070c289849e /src/include/pgstat.h | |
| parent | a4127b713de3a655a0136bf53adceebf7b83d319 (diff) | |
Allow the pgstat process to restart immediately after a receiving
SIGQUIT signal, rather than waiting for PGSTAT_RESTART_INTERVAL.
Diffstat (limited to 'src/include/pgstat.h')
| -rw-r--r-- | src/include/pgstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index ce0333a7871..8e08db4c172 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -5,7 +5,7 @@ * * Copyright (c) 2001-2007, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/pgstat.h,v 1.55 2007/03/16 17:57:36 mha Exp $ + * $PostgreSQL: pgsql/src/include/pgstat.h,v 1.56 2007/03/22 19:53:31 momjian Exp $ * ---------- */ #ifndef PGSTAT_H @@ -369,7 +369,7 @@ extern void CreateSharedBackendStatus(void); extern void pgstat_init(void); extern int pgstat_start(void); extern void pgstat_reset_all(void); - +extern void allow_immediate_pgstat_restart(void); #ifdef EXEC_BACKEND extern void PgstatCollectorMain(int argc, char *argv[]); #endif |
