projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fcde8a
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 4 Mar 2016 20:46:30 +0000
(15:46 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 4 Mar 2016 20:46:30 +0000
(15:46 -0500)
Thomas Munro
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 1525d2a119202fe7cb45c2f4dbbfd90317bb56c2..c4f556a3ffa9a2caf122db9e565216a089815f7a 100644
(file)
--- a/
src/backend/utils/adt/timestamp.c
+++ b/
src/backend/utils/adt/timestamp.c
@@
-1592,7
+1592,7
@@
GetCurrentIntegerTimestamp(void)
#endif
/*
- * Intege
t
TimestampToTimestampTz -- convert an int64 timestamp to native format
+ * Intege
r
TimestampToTimestampTz -- convert an int64 timestamp to native format
*
* When compiled with --enable-integer-datetimes, this is implemented as a
* no-op macro.