projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8cb336
)
Remove unnecessary dt2local() call.
author
Tom Lane
Mon, 7 Apr 2003 15:04:03 +0000
(15:04 +0000)
committer
Tom Lane
Mon, 7 Apr 2003 15:04:03 +0000
(15:04 +0000)
src/backend/utils/adt/timestamp.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/timestamp.c
b/src/backend/utils/adt/timestamp.c
index e2f2b2d35b4ed176a594e8d6729efdc5815183e9..ffa8012a50cbc02fbc803c1196373d9a421ee1a0 100644
(file)
--- 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.8
2 2003/04/04 04:50:44
tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.8
3 2003/04/07 15:04:03
tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@
-911,8
+911,6
@@
timestamp2tm(Timestamp dt, int *tzp, struct tm * tm, fsec_t *fsec, char **tzn)
if (tzn != NULL)
*tzn = NULL;
#endif
-
- dt = dt2local(dt, *tzp);
}
else
{