Simplify timezone-handling code per proposal to pghackers: get rid of

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 80d6a277c921454d028e088762bb4a4723f9840e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-22T05:57:45Z
Releases: 7.4.1
Simplify timezone-handling code per proposal to pghackers: get rid of
setting timezone-related variables during transaction start.  They were
not used anyway in platforms that HAVE_TM_ZONE or HAVE_INT_TIMEZONE,
which it appears is *all* the platforms we are currently supporting.
For platforms that have neither, we now only support UTC or numeric-
offset-from-UTC timezones.

Files