diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-08-26 21:31:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-08-26 21:31:11 +0000 |
commit | 147c16497b772da4ef4d52a1d44014e5792fa56d (patch) | |
tree | 3e012614b4e59c9c11ff989f2108618f0ce05a2d /src/backend/utils/adt/timestamp.c | |
parent | 1de9615a58c0147c447f6debf20ed25390884412 (diff) | |
download | postgresql-147c16497b772da4ef4d52a1d44014e5792fa56d.tar.gz postgresql-147c16497b772da4ef4d52a1d44014e5792fa56d.zip |
Call it Linux, not GNU/Linux.
Diffstat (limited to 'src/backend/utils/adt/timestamp.c')
-rw-r--r-- | src/backend/utils/adt/timestamp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c index e76ec646690..ef998454ff9 100644 --- a/src/backend/utils/adt/timestamp.c +++ b/src/backend/utils/adt/timestamp.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.92 2003/08/08 21:42:10 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.93 2003/08/26 21:31:11 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -1046,8 +1046,8 @@ timestamp2tm(Timestamp dt, int *tzp, struct tm * tm, fsec_t *fsec, char **tzn) * Argh! My Linux box puts in a 1 second offset for dates less than 1970 * but only if the seconds field was non-zero. So, don't copy the seconds * field and instead carry forward from the original - thomas 97/06/18 - * Note that GNU/Linux uses the standard freeware zic package as do - * many other platforms so this may not be GNU/Linux/ix86-specific. + * Note that Linux uses the standard freeware zic package as do + * many other platforms so this may not be Linux/ix86-specific. * Still shows a problem on my up to date Linux box - thomas 2001-01-17 */ tm->tm_sec = tx->tm_sec; |