Re: [PATCHES] Integer datetime by default
Magnus Hagander <magnus@hagander.net>
From: Magnus Hagander <magnus@hagander.net>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Neil Conway <neilc@samurai.com>, pgsql-hackers@postgreSQL.org
Date: 2008-04-08T07:50:10Z
Lists: pgsql-hackers
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