PostgreSQL Source Code
git master
|
#include <timestamp.h>
Data Fields | |
int64 | tm_usec |
int | tm_mday |
int | tm_mon |
int | tm_year |
Definition at line 82 of file timestamp.h.
int pg_itm_in::tm_mday |
Definition at line 85 of file timestamp.h.
Referenced by AdjustDays(), AdjustFractDays(), ClearPgItmIn(), DecodeInterval(), interval_in(), and itmin2interval().
int pg_itm_in::tm_mon |
Definition at line 86 of file timestamp.h.
Referenced by AdjustFractYears(), AdjustMonths(), ClearPgItmIn(), DecodeInterval(), interval_in(), and itmin2interval().
int64 pg_itm_in::tm_usec |
Definition at line 84 of file timestamp.h.
Referenced by AdjustFractMicroseconds(), AdjustMicroseconds(), ClearPgItmIn(), DecodeInterval(), DecodeTimeForInterval(), interval_in(), itmin2interval(), and pg_timezone_abbrevs().
int pg_itm_in::tm_year |
Definition at line 87 of file timestamp.h.
Referenced by AdjustYears(), ClearPgItmIn(), DecodeInterval(), interval_in(), and itmin2interval().