Re: [COMMITTERS] pgsql: Sigh ...

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Sigh ...
Date: 2008-05-03 13:11:26
Message-ID: 481C647E.2090303@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-patches

Peter Eisentraut wrote:
> Andrew Dunstan wrote:
>
>> This patch should fix things for both sets of changes. And it
>> demonstrates pretty much what you need to do for config options for MSVC.
>>
>
> Btw., it is quite easily possible to use the autom4te tracing facility to
> parse the configure.ac file, in case you are interested in generating some of
> the Windows build code automatically.
>
> For example:
>
> $ autoconf -t 'AC_ARG_ENABLE:$1' configure.in
> integer-datetimes
> nls
> shared
> rpath
> spinlocks
> debug
> profiling
> dtrace
> segmented-files
> depend
> cassert
> thread-safety
> thread-safety
> thread-safety-force
> largefile
>
> Let me know if you want to do something with that.
>
>

Yeah, maybe. Let's fix the issue pg_config.h.win32 that Tom raised first.

cheers

andrew

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-05-03 15:33:19 npgsql - Npgsql2: Added a prepared bytea support test.
Previous Message Peter Eisentraut 2008-05-03 09:15:01 Re: [COMMITTERS] pgsql: Sigh ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-05-03 13:50:30 statement timeout vs dump/restore
Previous Message Peter Eisentraut 2008-05-03 09:15:01 Re: [COMMITTERS] pgsql: Sigh ...

Browse pgsql-patches by date

  From Date Subject
Next Message Andreas 'ads' Scherbaum 2008-05-03 16:38:02 Re: create or replace language
Previous Message Simon Riggs 2008-05-03 11:42:08 Re: configure option for XLOG_BLCKSZ