PostgreSQL Source Code  git master
ttinfo Struct Reference

#include <pgtz.h>

Data Fields

int32 tt_utoff
 
bool tt_isdst
 
int tt_desigidx
 
bool tt_ttisstd
 
bool tt_ttisut
 

Detailed Description

Definition at line 26 of file pgtz.h.

Field Documentation

◆ tt_desigidx

int ttinfo::tt_desigidx

Definition at line 30 of file pgtz.h.

Referenced by init_ttinfo(), localsub(), pg_interpret_timezone_abbrev(), typesequiv(), and tzloadbody().

◆ tt_isdst

bool ttinfo::tt_isdst

◆ tt_ttisstd

bool ttinfo::tt_ttisstd

Definition at line 31 of file pgtz.h.

Referenced by init_ttinfo(), typesequiv(), tzloadbody(), and tzparse().

◆ tt_ttisut

bool ttinfo::tt_ttisut

Definition at line 32 of file pgtz.h.

Referenced by init_ttinfo(), typesequiv(), tzloadbody(), and tzparse().

◆ tt_utoff


The documentation for this struct was generated from the following file: