Re: [COMMITTERS] pgsql-server/ /configure /configure.in rc/incl ...

2004-04-29 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > It doesn't even compile on my platform. Then we have some work to do ... but that work won't get done if the code is disabled by default. Or did we pick an upstream library so bad that it should be *expected* to fail to compile everywhere? If that's tr

Re: [COMMITTERS] pgsql-server/ /configure /configure.in rc/incl ...

2004-04-29 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Now that it's there, using it on only one platform is >> the worst of all possible worlds. > Not to me. We will enable on Unix when we it is tested and we are happy > with it. And if it's not enabled, how will it get tested? Your lo

Re: [COMMITTERS] pgsql-server/ /configure /configure.in rc/incl ...

2004-04-29 Thread Bruce Momjian
Marc G. Fournier wrote: > On Fri, 30 Apr 2004, Bruce Momjian wrote: > > > Tom Lane wrote: > > > [EMAIL PROTECTED] (Bruce Momjian) writes: > > > > Enable use of our own timezone library for Win32. > > > > > > If we're going to accept having our own timezone library, it should be > > > used

Re: [COMMITTERS] pgsql-server/ /configure /configure.in rc/incl ...

2004-04-29 Thread Marc G. Fournier
On Fri, 30 Apr 2004, Bruce Momjian wrote: > Tom Lane wrote: > > [EMAIL PROTECTED] (Bruce Momjian) writes: > > > Enable use of our own timezone library for Win32. > > > > If we're going to accept having our own timezone library, it should be > > used on all platforms. We have *more* than enough

Re: [COMMITTERS] pgsql-server/ /configure /configure.in rc/incl ...

2004-04-29 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Enable use of our own timezone library for Win32. > > If we're going to accept having our own timezone library, it should be > used on all platforms. We have *more* than enough reasons to want to > do this, we just had not swallo

[COMMITTERS] pgsql-server/src/timezone asctime.c difftime.c ...

2004-04-29 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/30 01:44:06 Modified files: src/timezone : asctime.c difftime.c ialloc.c localtime.c pgtz.h private.h scheck.c tzfile.h zic.c Log message: Convert DOS n

Re: [COMMITTERS] pgsql-server/ /configure /configure.in rc/incl ...

2004-04-29 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Enable use of our own timezone library for Win32. If we're going to accept having our own timezone library, it should be used on all platforms. We have *more* than enough reasons to want to do this, we just had not swallowed hard enough to plop su

[COMMITTERS] pgsql-server/ /configure /configure.in rc/Make ...

2004-04-29 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/30 01:31:52 Modified files: . : configure configure.in src: Makefile Makefile.global.in src/timezone : Makefile Log message: Integrate

[COMMITTERS] pgsql-server/ /configure /configure.in rc/incl ...

2004-04-29 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/30 01:18:28 Modified files: . : configure configure.in src/include: pg_config.h.in Log message: Enable use of our own timezone library for Win32. --

[COMMITTERS] pgsql-server/src include/c.h include/port.h in ...

2004-04-29 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/30 01:14:06 Modified files: src/include: c.h port.h src/interfaces/ecpg/compatlib: Makefile src/interfaces/ecpg/ecpglib: Makefile src/interfaces/ecpg/pgtypesli

[COMMITTERS] pgsql-server/src/timezone asctime.c difftime.c ...

2004-04-29 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/30 01:11:58 Modified files: src/timezone : asctime.c difftime.c localtime.c zic.c Log message: Timezone library changes to map into our backend code. --

[COMMITTERS] pgsql-server/src/timezone Makefile README asct ...

2004-04-29 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/30 01:09:23 Added files: src/timezone : Makefile README asctime.c difftime.c ialloc.c localtime.c pgtz.c pgtz.h private.h scheck.c tzfil

[COMMITTERS] pgsql-server/src/bin/initdb Tag: REL7_4_STABLE ...

2004-04-29 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/29 16:56:36 Modified files: src/bin/initdb : Tag: REL7_4_STABLE initdb.sh Log message: I thought we'd made initdb safe against newline-munging issues, but on inspection we

[COMMITTERS] pgsql-server/src/timezone

2004-04-29 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/29 14:52:33 pgsql-server/src/timezone Update of /cvsroot/pgsql-server/src/timezone In directory svr1.postgresql.org:/var/tmp/cvs-serv40336/timezone Log Message: Directory /cvsroot/pgsql-server/src

[COMMITTERS] pgsql-server/src/timezone/data

2004-04-29 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/29 14:52:40 pgsql-server/src/timezone/data Update of /cvsroot/pgsql-server/src/timezone/data In directory svr1.postgresql.org:/var/tmp/cvs-serv40349/data Log Message: Directory /cvsroot/pgsql-serv

[COMMITTERS] pgsql-server/src/interfaces/ecpg ChangeLog pre ...

2004-04-29 Thread Michael Meskes
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/29 11:08:10 Modified files: src/interfaces/ecpg: ChangeLog src/interfaces/ecpg/preproc: keywords.c preproc.y Log message: Synced parser and keyword list. ---