Re: pgsql: Make integer_datetimes the default on msvc as well, to have the

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <mha(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make integer_datetimes the default on msvc as well, to have the
Date: 2008-04-09 00:18:49
Message-ID: 47FC0B69.1070401@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I wrote:
>
> I don't actually think this is the right way to do this. It's not the
> same thing. The equivalent behaviour would be to have the flag turned
> on even if there's nothing in the config file. What I think we need is
> to add this line in Solution.pm::new():
>
> $options->{integer_datetimes} = 1 unless exists
> $config->{integer_datetimes};

s/config/options/ , of course

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-09 00:44:07 pgsql: Remove mention of the Berkeley origins of the alias "Postgres"
Previous Message Andrew Dunstan 2008-04-09 00:09:23 Re: pgsql: Make integer_datetimes the default on msvc as well, to have the