Index: pgarch.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/backend/postmaster/pgarch.c,v
retrieving revision 1.10
diff -d -c -r1.10 pgarch.c
*** pgarch.c	9 Nov 2004 13:01:26 -0000	1.10
--- pgarch.c	21 Nov 2004 22:59:03 -0000
***************
*** 51,57 ****
  #define PGARCH_AUTOWAKE_INTERVAL 60		/* How often to force a poll of
  										 * the archive status directory;
  										 * in seconds. */
! #define PGARCH_RESTART_INTERVAL 60		/* How often to attempt to restart
  										 * a failed archiver; in seconds. */
  
  /* ----------
--- 51,57 ----
  #define PGARCH_AUTOWAKE_INTERVAL 60		/* How often to force a poll of
  										 * the archive status directory;
  										 * in seconds. */
! #define PGARCH_RESTART_INTERVAL 10		/* How often to attempt to restart
  										 * a failed archiver; in seconds. */
  
  /* ----------
