mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Fix typo in comment.
Thomas Munro
This commit is contained in:
parent
6fcde8a5c8
commit
708020eb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -1592,7 +1592,7 @@ GetCurrentIntegerTimestamp(void)
|
|||
#endif
|
||||
|
||||
/*
|
||||
* IntegetTimestampToTimestampTz -- convert an int64 timestamp to native format
|
||||
* IntegerTimestampToTimestampTz -- convert an int64 timestamp to native format
|
||||
*
|
||||
* When compiled with --enable-integer-datetimes, this is implemented as a
|
||||
* no-op macro.
|
||||
|
|
|
|||
Loading…
Reference in a new issue