]> granicus.if.org Git - postgresql/commit
Simplify timezone-handling code per proposal to pghackers: get rid of
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Feb 2003 05:57:45 +0000 (05:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Feb 2003 05:57:45 +0000 (05:57 +0000)
commit80d6a277c921454d028e088762bb4a4723f9840e
treea00260ff44b3c75aa44afce2b7a9be850a139224
parent799bc58dc7ed9899facfc8302040749cb0a9af2f
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.
src/backend/utils/adt/datetime.c
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/timestamp.c
src/backend/utils/init/globals.c
src/include/miscadmin.h