diff options
Diffstat (limited to 'src/port/pgsleep.c')
-rw-r--r-- | src/port/pgsleep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/pgsleep.c b/src/port/pgsleep.c index d11940a82c7..658be6f7212 100644 --- a/src/port/pgsleep.c +++ b/src/port/pgsleep.c @@ -4,9 +4,9 @@ * Portable delay handling. * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.5 2004/08/29 04:13:12 momjian Exp $ + * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.6 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ |