Thread

  1. Integer datetime by default

    Neil Conway <neilc@samurai.com> — 2008-03-25T19:54:46Z

    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
    
    
  2. Re: Integer datetime by default

    Neil Conway <neilc@samurai.com> — 2008-03-30T04:08:53Z

    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
    
    
    
    
  3. Re: [PATCHES] Integer datetime by default

    Tom Lane <tgl@sss.pgh.pa.us> — 2008-03-30T16:29:47Z

    Neil Conway <neilc@samurai.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
    
    
  4. Re: [PATCHES] Integer datetime by default

    Andrew Dunstan <andrew@dunslane.net> — 2008-04-07T22:28:07Z

    
    Tom Lane wrote:
    > Neil Conway <neilc@samurai.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
    
    
  5. Re: [PATCHES] Integer datetime by default

    Magnus Hagander <magnus@hagander.net> — 2008-04-08T07:50:10Z

    Andrew Dunstan wrote:
    > 
    > 
    > Tom Lane wrote:
    > > Neil Conway <neilc@samurai.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
    
    
  6. Re: [PATCHES] Integer datetime by default

    Guillaume Smet <guillaume.smet@gmail.com> — 2008-04-09T21:06:01Z

    On Sun, Mar 30, 2008 at 6:29 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
    > Neil Conway <neilc@samurai.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