|
PostgreSQL Source Code git master
|
#include <pgtz.h>
Data Fields | |
| int_fast32_t | tt_utoff |
| bool | tt_isdst |
| int | tt_desigidx |
| bool | tt_ttisstd |
| bool | tt_ttisut |
| int ttinfo::tt_desigidx |
Definition at line 30 of file pgtz.h.
Referenced by init_ttinfo(), localsub(), pg_interpret_timezone_abbrev(), pg_timezone_abbrev_is_known(), typesequiv(), and tzloadbody().
| bool ttinfo::tt_isdst |
Definition at line 29 of file pgtz.h.
Referenced by init_ttinfo(), localsub(), pg_interpret_timezone_abbrev(), pg_next_dst_boundary(), pg_timezone_abbrev_is_known(), typesequiv(), tzloadbody(), and tzparse().
| bool ttinfo::tt_ttisstd |
Definition at line 31 of file pgtz.h.
Referenced by init_ttinfo(), typesequiv(), tzloadbody(), and tzparse().
| bool ttinfo::tt_ttisut |
Definition at line 32 of file pgtz.h.
Referenced by init_ttinfo(), typesequiv(), tzloadbody(), and tzparse().
| int_fast32_t ttinfo::tt_utoff |
Definition at line 28 of file pgtz.h.
Referenced by init_ttinfo(), localsub(), pg_get_timezone_offset(), pg_interpret_timezone_abbrev(), pg_next_dst_boundary(), pg_timezone_abbrev_is_known(), typesequiv(), tzloadbody(), and tzparse().