PostgreSQL Source Code  git master
TimeZoneAbbrevTable Struct Reference

#include <datetime.h>

Data Fields

Size tblsize
 
int numabbrevs
 
datetkn abbrevs [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 215 of file datetime.h.

Field Documentation

◆ abbrevs

datetkn TimeZoneAbbrevTable::abbrevs[FLEXIBLE_ARRAY_MEMBER]

Definition at line 219 of file datetime.h.

Referenced by ConvertTimeZoneAbbrevs(), DecodeTimezoneAbbrev(), and pg_timezone_abbrevs().

◆ numabbrevs

int TimeZoneAbbrevTable::numabbrevs

Definition at line 218 of file datetime.h.

Referenced by ConvertTimeZoneAbbrevs(), DecodeTimezoneAbbrev(), and pg_timezone_abbrevs().

◆ tblsize

Size TimeZoneAbbrevTable::tblsize

Definition at line 217 of file datetime.h.

Referenced by ConvertTimeZoneAbbrevs(), and FetchDynamicTimeZone().


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