PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TzAbbrevCache Struct Reference

Data Fields

char abbrev [TOKMAXLEN+1]
 
char ftype
 
int offset
 
pg_tztz
 

Detailed Description

Definition at line 264 of file datetime.c.

Field Documentation

◆ abbrev

char TzAbbrevCache::abbrev[TOKMAXLEN+1]

Definition at line 266 of file datetime.c.

Referenced by DecodeTimezoneAbbrev().

◆ ftype

char TzAbbrevCache::ftype

Definition at line 267 of file datetime.c.

Referenced by DecodeTimezoneAbbrev().

◆ offset

int TzAbbrevCache::offset

Definition at line 268 of file datetime.c.

Referenced by DecodeTimezoneAbbrev().

◆ tz

pg_tz* TzAbbrevCache::tz

Definition at line 269 of file datetime.c.

Referenced by DecodeTimezoneAbbrev().


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