Re: [BUGS] overloaded functions and NULL

2004-10-13 Thread Gaetano Mendola
Tom Lane wrote: > Kris Jurka <[EMAIL PROTECTED]> writes: > >>The below code creates overloaded >>functions that do not produce this error when called with a NULL argument. > > >>jurka=# CREATE FUNCTION g(int) RETURNS int AS 'SELECT 1;' LANGUAGE sql; >>CREATE FUNCTION >>jurka=# CREATE FUNCTION g(flo

Re: [BUGS] BUG #1285: Violacion de segmento

2004-10-13 Thread Gaetano Mendola
PostgreSQL Bugs List wrote: The following bug has been logged online: Bug reference: 1285 Logged by: Ximo Llacer Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.5 Operating system: FC2 Description:Violacion de segmento Details: Hi. Most of the time psql shows

Re: [BUGS] BUG #1285: Violacion de segmento

2004-10-13 Thread Alvaro Herrera
On Wed, Oct 13, 2004 at 09:19:45AM +0100, PostgreSQL Bugs List wrote: > Hi. > > Most of the time psql shows me this message. > Violacion de segmento (violation of segment). The original message is actually "segmentation fault". Anyway, you have to provide a lot more details for this to be a use

Re: [BUGS] Fatal "make check" bug with 8.0 beta 3 under Mac OS 10.3

2004-10-13 Thread Theodore Petrosky
You already have the answer. Of course the solution has been described on the lists a few times. Open the file /etc/rc in pico (don't forget to sudo) ( sudo pico /etc/rc ). scroll down to the system tuning section and change to look like this. # System tuning sysctl -w kern.maxvnodes=$(echo $(sysc

[BUGS] BUG #1285: Violacion de segmento

2004-10-13 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1285 Logged by: Ximo Llacer Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.5 Operating system: FC2 Description:Violacion de segmento Details: Hi. Most of the time psql shows me this message. Vi