diff options
Diffstat (limited to 'src/include/libpq/pqsignal.h')
-rw-r--r-- | src/include/libpq/pqsignal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h index 4a81af04eb..ec22aa4b99 100644 --- a/src/include/libpq/pqsignal.h +++ b/src/include/libpq/pqsignal.h @@ -4,10 +4,10 @@ * prototypes for the reliable BSD-style signal(2) routine. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqsignal.h,v 1.14 2000/06/28 03:33:14 tgl Exp $ + * $Id: pqsignal.h,v 1.15 2001/01/24 19:43:25 momjian Exp $ * * NOTES * This shouldn't be in libpq, but the monitor and some other |