diff options
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r-- | src/include/storage/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 43be9f043af..cba32ecec21 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.52 2001/10/28 06:26:09 momjian Exp $ + * $Id: proc.h,v 1.53 2001/11/05 17:46:35 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -153,4 +153,4 @@ extern void ProcSendSignal(BackendId procId); extern bool enable_sigalrm_interrupt(int delayms); extern bool disable_sigalrm_interrupt(void); -#endif /* PROC_H */ +#endif /* PROC_H */ |