|
PostgreSQL Source Code git master
|
#include <timestamp.h>
Data Fields | |
| TimeOffset | time |
| int32 | day |
| int32 | month |
Definition at line 47 of file timestamp.h.
| int32 Interval::day |
Definition at line 51 of file timestamp.h.
Referenced by ts_dist(), and tstz_dist().
| int32 Interval::month |
Definition at line 52 of file timestamp.h.
Referenced by ts_dist(), and tstz_dist().
| TimeOffset Interval::time |
Definition at line 49 of file timestamp.h.
Referenced by in_range_time_interval(), in_range_timetz_interval(), ts_dist(), and tstz_dist().