On 1/8/07, Magnus Hagander <[EMAIL PROTECTED]> wrote:
This patch fixes vcbuild so you can build without OpenSSL and libz
should you want to. This disables the sslinfo and pgcrypto modules
because they require the libraries to build at all.
Both openssl and zlib are optional for pgcrypto. Pleas
Marko Kreen wrote:
> On 1/8/07, Magnus Hagander <[EMAIL PROTECTED]> wrote:
>> This patch fixes vcbuild so you can build without OpenSSL and libz
>> should you want to. This disables the sslinfo and pgcrypto modules
>> because they require the libraries to build at all.
>
> Both openssl and zlib ar
Hello,
this patch adds scrollable support functions to SPI. It's necessary for
scrollable cursors in plpgsql. Original API is without changes.
Regards
Pavel Stehule
_
Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.
It seems the size restriction has blocked my previous attempt. Please find
the first patch attached, and the second one will be in the next mail.
Best Regards,
--
[EMAIL PROTECTED]
[EMAIL PROTECTED] gmail | hotmail | yahoo }.com
On 1/13/07, Gurjeet Singh <[EMAIL PROTECTED]> wrote:
On 1/9/07, G
On 1/14/07, Magnus Hagander <[EMAIL PROTECTED]> wrote:
Is there any reason why the check is "backwards" in pgcrypto compared to
the rest of the system? All the other places check for HAVE_ZLIB from
what I can tell.
Eh, just an oversight from my part. I was so focused on Makefile
hacking so I f
Marko Kreen wrote:
> On 1/14/07, Magnus Hagander <[EMAIL PROTECTED]> wrote:
> >Is there any reason why the check is "backwards" in pgcrypto compared to
> >the rest of the system? All the other places check for HAVE_ZLIB from
> >what I can tell.
>
> Eh, just an oversight from my part. I was so foc
On Fri, 2007-01-12 at 16:57 -0500, Neil Conway wrote:
> I'll apply the attached doc patch to CVS tomorrow, barring any
> objections.
Applied.
-Neil
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
On 1/13/07, Albert Cervera Areny <[EMAIL PROTECTED]> wrote:
It was already possible to set the guc on postgresql.conf when I posted the
patch...
ok... fixed... the problem was that this code only let
num_temp_tablespaces be greater than zero when we are in an
interactive command (eg. a SET com