"Tom Dong" <[EMAIL PROTECTED]> writes:
> I am looking for a way via configuration, not recompilation, =
> to make Postgres not to use (load) the openssl lib libeay32.dll and =
> ssleay32.dll.
There is none. If you don't want SSL support, rebuild without it.
re
Hi
I am looking for a way via configuration, not recompilation, to
make Postgres not to use (load) the openssl lib libeay32.dll and ssleay32.dll.
I need to delete these libraries from my Postgres installations. This is quite
urgent for me. I would be very grateful if someone in t
On Wed, Jan 24, 2007 at 14:32:37 -0500,
Ray Stell <[EMAIL PROTECTED]> wrote:
> Is there a drawback to have different clusters on the same
> system/diskspace? I have different applications I want to support
> initially on the same server/disk array. I was thinking it would be
> better/easier to
"Rajesh Kumar Mallah" <[EMAIL PROTECTED]> writes:
> i am trying to compile a trigger function under MINGW32. its giving the
> said warning. the call of bzero is
> bzero(data, sizeof(AuditData));
bzero() is long obsolete, and was never officially standard AFAIK.
Use memset() instead:
mems
hi,
this is not really a postgres issue.
i am trying to compile a trigger function under MINGW32. its giving the
said warning. the call of bzero is
bzero(data, sizeof(AuditData));
$ gcc --version
gcc.exe (GCC) 3.4.2 (mingw-special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free
UNSUSCRIBE
-
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.