diff options
author | Neil Conway | 2005-05-16 05:52:13 +0000 |
---|---|---|
committer | Neil Conway | 2005-05-16 05:52:13 +0000 |
commit | 3994ffb47909b3222d5e7f78b8365535845569f5 (patch) | |
tree | bd0f6f6dacb2db338cd1a2f1e056d45ace4c0e06 | |
parent | e336635c5b82d64b845627241927bb4391e15f9d (diff) |
Fix a few minor mistakes in header comments. From Qingqing Zhou.
-rw-r--r-- | src/port/getrusage.c | 6 | ||||
-rw-r--r-- | src/port/gettimeofday.c | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/src/port/getrusage.c b/src/port/getrusage.c index cdb54c03d4..da8fd56b6a 100644 --- a/src/port/getrusage.c +++ b/src/port/getrusage.c @@ -1,14 +1,14 @@ /*------------------------------------------------------------------------- * - * getusage.c - * 64-bit versions of fseeko/ftello() + * getrusage.c + * get information about resource utilisation * * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/getrusage.c,v 1.8 2004/12/31 22:03:53 pgsql Exp $ + * $PostgreSQL: pgsql/src/port/getrusage.c,v 1.9 2005/05/16 05:52:13 neilc Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/gettimeofday.c b/src/port/gettimeofday.c index 3b6871c304..a617eae65a 100644 --- a/src/port/gettimeofday.c +++ b/src/port/gettimeofday.c @@ -1,5 +1,8 @@ /* - * $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.5 2004/06/24 18:53:48 tgl Exp $ + * gettimeofday.c + * Win32 gettimeofday() replacement + * + * $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.6 2005/05/16 05:52:13 neilc Exp $ * * Copyright (c) 2003 SRA, Inc. * Copyright (c) 2003 SKC, Inc. |