PostgreSQL Source Code: pg_tz_cache Struct Reference (original) (raw)

Data Fields
char tznameupper [TZ_STRLEN_MAX+1]
pg_tz tz

Detailed Description

Definition at line 191 of file pgtz.c.

Field Documentation

tz

pg_tz pg_tz_cache::tz

Definition at line 195 of file pgtz.c.

Referenced by pg_tzset().

tznameupper

char pg_tz_cache::tznameupper[TZ_STRLEN_MAX+1]

Definition at line 194 of file pgtz.c.


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