Integer datetime by default

Lists: pgsql-hackerspgsql-patches
From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Integer datetime by default
Date: 2008-03-25 19:54:46
Message-ID: 1206474886.11145.21.camel@goldbach
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Attached is a refreshed patch that makes integer datetimes the default.
Platforms that don't have a working 64-bit integer type will fail to
configure by default; they can specify "--disable-integer-datetimes" to
switch back to using floating-point based datetimes.

Barring any objections, I'll apply this to HEAD tomorrow.

-Neil

Attachment Content-Type Size
integer_datetime_default-3.patch text/x-patch 12.6 KB

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Integer datetime by default
Date: 2008-03-30 04:08:53
Message-ID: 1206850133.6489.56.camel@goldbach
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

On Tue, 2008-03-25 at 12:54 -0700, Neil Conway wrote:
> Barring any objections, I'll apply this to HEAD tomorrow.

Applied to HEAD.

-Neil


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [PATCHES] Integer datetime by default
Date: 2008-03-30 16:29:47
Message-ID: 11808.1206894587@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Neil Conway <neilc(at)samurai(dot)com> writes:
> Applied to HEAD.

At this point it would probably be a good idea if a couple of buildfarm
machines were to start testing builds with --disable-integer-datetimes
... any volunteers out there?

regards, tom lane


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [PATCHES] Integer datetime by default
Date: 2008-04-07 22:28:07
Message-ID: 47FA9FF7.9040502@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> Neil Conway <neilc(at)samurai(dot)com> writes:
>
>> Applied to HEAD.
>>
>
> At this point it would probably be a good idea if a couple of buildfarm
> machines were to start testing builds with --disable-integer-datetimes
> ... any volunteers out there?
>
>
>

I have changed the dashboard page to reflect the new default. I believe
one or two people are going to change their configs.

I'm not sure what we do about this in MSVC config - I will explore.

cheers

andrew


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [PATCHES] Integer datetime by default
Date: 2008-04-08 07:50:10
Message-ID: 20080408095010.585c4bc2@mha-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
> > Neil Conway <neilc(at)samurai(dot)com> writes:
> >
> >> Applied to HEAD.
> >>
> >
> > At this point it would probably be a good idea if a couple of
> > buildfarm machines were to start testing builds with
> > --disable-integer-datetimes ... any volunteers out there?
> >
> >
> >
>
> I have changed the dashboard page to reflect the new default. I
> believe one or two people are going to change their configs.
>
> I'm not sure what we do about this in MSVC config - I will explore.

You mean how to make it the default? config.pl needs to be changed.
Which should've been done when it was changed in configure, but wasn't
- I will go ahead and fix that right away.

//Magnus


From: "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Neil Conway" <neilc(at)samurai(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] Integer datetime by default
Date: 2008-04-09 21:06:01
Message-ID: 1d4e0c10804091406o4e8fb25m6687751b939cdc98@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

On Sun, Mar 30, 2008 at 6:29 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Neil Conway <neilc(at)samurai(dot)com> writes:
> > Applied to HEAD.
>
> At this point it would probably be a good idea if a couple of buildfarm
> machines were to start testing builds with --disable-integer-datetimes
> ... any volunteers out there?

I set up a new animal called marten with --disable-integer-datetimes.

http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=marten&dt=2008-04-09%2020:45:22

--
Guillaume