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:
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
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
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
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
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&
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