Re: [BUGS] backend crash on CREATE OR REPLACE of a C-function on Linux

2009-02-01 Thread Andrew Chernow
Stefan Kaltenbrunner wrote: Hi all! While hacking on some C-level functions I noticed that everytime I replaced the .so file and used CREATE OR REPLACE FUNCTION the backend immediatly crashed. To test that it was not caused by something my function does (or one of the libaries it links in)

[BUGS] backend crash on CREATE OR REPLACE of a C-function on Linux

2009-02-01 Thread Stefan Kaltenbrunner
Hi all! While hacking on some C-level functions I noticed that everytime I replaced the .so file and used CREATE OR REPLACE FUNCTION the backend immediatly crashed. To test that it was not caused by something my function does (or one of the libaries it links in) I created the following testc

Re: [BUGS] BUG #2958: ERROR: 53200: out of memory

2009-02-01 Thread Jorge Flores
On windows, this could be the cause: I cannot run with more than about 125 connections at once, despite having capable hardware: http://www.postgresql.org/docs/faqs.FAQ_windows.html#4.4 "Out of memory" error message appears when you have a large number of programs running http://support.microsoft