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

#include <regguts.h>

Data Fields

int no
 
char flag
 
int nins
 
int nouts
 
struct arcins
 
struct arcouts
 
struct statetmp
 
struct statenext
 
struct stateprev
 
int leapcnt
 
int timecnt
 
int typecnt
 
int charcnt
 
bool goback
 
bool goahead
 
pg_time_t ats [TZ_MAX_TIMES]
 
unsigned char types [TZ_MAX_TIMES]
 
struct ttinfo ttis [TZ_MAX_TYPES]
 
char chars [BIGGEST(BIGGEST(TZ_MAX_CHARS+1, 4),(2 *(TZ_STRLEN_MAX+1)))]
 
struct lsinfo lsis [TZ_MAX_LEAPS]
 
int defaulttype
 

Detailed Description

Definition at line 322 of file regguts.h.

Field Documentation

◆ ats

pg_time_t state::ats[TZ_MAX_TIMES]

Definition at line 49 of file pgtz.h.

Referenced by localsub(), pg_next_dst_boundary(), tzloadbody(), and tzparse().

◆ charcnt

int state::charcnt

◆ chars

◆ defaulttype

int state::defaulttype

◆ flag

char state::flag

◆ goahead

bool state::goahead

Definition at line 48 of file pgtz.h.

Referenced by localsub(), pg_next_dst_boundary(), tzloadbody(), and tzparse().

◆ goback

bool state::goback

Definition at line 47 of file pgtz.h.

Referenced by localsub(), pg_next_dst_boundary(), tzloadbody(), and tzparse().

◆ ins

◆ leapcnt

int state::leapcnt

Definition at line 43 of file pgtz.h.

Referenced by leapcorr(), timesub(), tzloadbody(), and tzparse().

◆ lsis

struct lsinfo state::lsis[TZ_MAX_LEAPS]

Definition at line 54 of file pgtz.h.

Referenced by leapcorr(), timesub(), and tzloadbody().

◆ next

◆ nins

◆ no

◆ nouts

◆ outs

◆ prev

struct state* state::prev

Definition at line 334 of file regguts.h.

Referenced by freestate(), and newstate().

◆ timecnt

int state::timecnt

◆ tmp

◆ ttis

◆ typecnt

int state::typecnt

◆ types

unsigned char state::types[TZ_MAX_TIMES]

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