Re: FW: Timezone library - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: FW: Timezone library
Date
Msg-id 200404290449.i3T4nvJ02633@candle.pha.pa.us
Whole thread Raw
In response to Re: FW: Timezone library  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Peter Eisentraut wrote:
> Am Tuesday 27 April 2004 05:06 schrieb Bruce Momjian:
> > I assume we want to integrate our own timezone library into PostgreSQL.
> > We have talked about it for a few releases, and Magnus has done it for
> > us because Win32 needs it for pre-1970 dates.
> >
> > The patch to PostgreSQL is 100 lines of diff, and the changes to Olson's
> > timezone library is 100 lines of diff.   The timezone library itself is
> > 173k tgz file, which will add to our download size, but not too much.
>
> The patch says: Note! Not integrated with makefile/autoconf. Bruce has
> promised to fix this :-)
>
> Where is the patch for that?  ISTM that this should be available first or the
> build will be broken?

I will do the integration when I apply the patch.  It is a simple enable
for win32 port only at this point.  If we want to use it for Unix, we
can discuss that.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Turning off cluster patch
Next
From: Sean Chittenden
Date:
Subject: Re: SECURITY DEFINER not being propagated...