Re: [BUGS] BUG #4435: pg_ctl start doesn't detach when run via SSH

2008-09-23 Thread Steve Clark
Hal Black wrote: The following bug has been logged online: Bug reference: 4435 Logged by: Hal Black Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Ubuntu Hardy 8.04.1 LTS Description:pg_ctl start doesn't detach when run via SSH Details:

[BUGS] BUG #4049: ecpg library causes signal 11 when --enable-thread-safety is turned on

2008-03-22 Thread Steve Clark
The following bug has been logged online: Bug reference: 4049 Logged by: Steve Clark Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: FreeBSD 6.2 patch level 7 Description:ecpg library causes signal 11 when --enable-thread-safety is turned

Re: [BUGS] BUG #4007: chr(0) doesn't work anymore

2008-03-03 Thread Steve Clark
Tom Lane wrote: "Steve Clark" <[EMAIL PROTECTED]> writes: Until 8.3.0 the following worked: SELECT coalesce(param_value,chr(0)) from t_system_params where param_name = 'default_unit_key'; It would have "worked" only for rather small values of "work&

[BUGS] BUG #4007: chr(0) doesn't work anymore

2008-03-03 Thread Steve Clark
The following bug has been logged online: Bug reference: 4007 Logged by: Steve Clark Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: FreeBSD 6.2 Description:chr(0) doesn't work anymore Details: Until 8.3.0 the following worked: S

Re: [BUGS] ecpg produces code that won't compile

2008-03-03 Thread Steve Clark
Michael Meskes wrote: On Sat, Mar 01, 2008 at 04:50:46PM -0300, Euler Taveira de Oliveira wrote: ecpg_test.pgc:36: error: invalid application of `sizeof' to incomplete type `varchar_h_tunnel_active' It seems that are you using implicit cast from varchar to inet. It doesn't work in 8.3 anymo

Re: [BUGS] [GENERAL] ecpg problem

2008-03-03 Thread Steve Clark
Michael Meskes wrote: I just committed the attached small fix to CVS HEAD and the 8.3 branch. This should fix your problem. Michael diff --exclude CVS -ru /home/postgres/pgsql-ecpg/preproc/type.c preproc/type.c --- /hom

[BUGS] ecpg produces code that won't compile

2008-02-29 Thread Steve Clark
The following bug has been logged online: Bug reference: 4001 Logged by: Stephen Clark Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: FreeBSD 6.2 Description:ecpg produces code that won't compile Details: Below is a code fragment that co