Re: [PATCHES] Getting rid of the global timezone

2005-04-18 Thread Bruce Momjian
Patch applied. Thanks. Sorry for the delay in applying. --- Magnus Hagander wrote: > Hello! > > Attached patch gets rid of the global timezone in the following steps: > > * Changes the APIs to the timezone functions to

[PATCHES] Getting rid of the global timezone

2005-03-01 Thread Magnus Hagander
Hello! Attached patch gets rid of the global timezone in the following steps: * Changes the APIs to the timezone functions to take a pg_tz pointer as an argument, representing the timezone to use for the selected operation. * Adds a global_timezone variable that represents the current timezone i