Patch applied. Thanks.
I fixed a few merge conflicts.
---
Magnus Hagander wrote:
> >*** src/interfaces/libpq/fe-secure.c 28 Sep 2004 00:06:02
> >-1.54
> >--- src/interfaces/libpq/fe-secure.c 11 Oct 2004 19:50
Andrew Dunstan <[EMAIL PROTECTED]> writes:
>> Yes, but it's not in there by default.
>> If we're going to require a third party tool to be installed, we'd
>> probably be better off requiring a simple sed.exe which is a single
>> binary instead of the whole perl package which is hundreds of files an
Magnus Hagander wrote:
The avaiable options to do it are just horrible. There is
edlin, but it
can't be used for anything serious. Or there is the wonderful
concept of
writing something in vbscript. But putting vbscript in there doesn't
seem like a very good option.
>>The avaiable options to do it are just horrible. There is
>edlin, but it
>>can't be used for anything serious. Or there is the wonderful
>concept of
>>writing something in vbscript. But putting vbscript in there doesn't
>>seem like a very good option.
>>
>>
>>
>
>ActiveState Perl? It's very w
Magnus Hagander wrote:
(We really oughta
figure a way to generate them all from a single list file... can we
rely on sed(1) being available in all Windows build environments?)
Unfortunatly, no, we can't.
There are sed implementations available for win32, but they're not
installed by default.
>*** src/interfaces/libpq/fe-secure.c 28 Sep 2004 00:06:02
>- 1.54
>--- src/interfaces/libpq/fe-secure.c 11 Oct 2004 19:50:22 -
>***
>*** 1201,1206
>--- 1201,1212
> return NULL;
> return conn->ssl;
> }
>+ #else
>+ void *
>+ PQgetssl(PGconn *c
Reini Urban <[EMAIL PROTECTED]> writes:
> Tom Lane schrieb:
>> Also, I count 3 *.def files to be fixed, not two. (We really oughta
>> figure a way to generate them all from a single list file... can we
>> rely on sed(1) being available in all Windows build environments?)
> for cygwin: yes.
> the
Tom Lane schrieb:
Also, I count 3 *.def files to be fixed, not two. (We really oughta
figure a way to generate them all from a single list file... can we
rely on sed(1) being available in all Windows build environments?)
for cygwin: yes.
the non-gcc builds would need the mingw or cygwin versions.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tom Lane
> Sent: 12 October 2004 01:38
> To: Magnus Hagander
> Cc: pgsql-patches
> Subject: Re: [PATCHES] libpq.dll on win32
>
> Also, I count 3 *.def files to be
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Magnus Hagander
> Sent: 11 October 2004 21:05
> To: pgsql-patches
> Subject: [PATCHES] libpq.dll on win32
>
> * Adds required functions to libpqdll.def and libpqddll.def.
> This includes the fun
"Magnus Hagander" <[EMAIL PROTECTED]> writes:
*** src/interfaces/libpq/fe-secure.c28 Sep 2004 00:06:02 - 1.54
--- src/interfaces/libpq/fe-secure.c11 Oct 2004 19:50:22 -
***
*** 1201,1206
--- 1201,1212
return NULL;
return conn->ssl;
11 matches
Mail list logo