Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-17 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: Tom Lane wrote: Hoo, nasty. Tcl_GetVar() is resetting interp->result. According to the manual page that's only supposed to happen if the TCL_LEAVE_ERR_MSG flag is used: TCL_LEAVE_ERR_MSG If an error is

Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-16 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Hoo, nasty. Tcl_GetVar() is resetting interp->result. > According to the manual page that's only supposed to happen if the > TCL_LEAVE_ERR_MSG flag is used: > TCL_LEAVE_ERR_MSG > If an error is returned and this bit is set in flags

Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-16 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: Buildfarm bobcat is broken running the pltcl regression tests - see http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=bobcat&dt=2008-06-15%2022:43:01 and I have reproduced this on Fedora 9 myself. This distro has Tcl 8.5.

Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-16 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Buildfarm bobcat is broken running the pltcl regression tests - see > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=bobcat&dt=2008-06-15%2022:43:01 > and I have reproduced this on Fedora 9 myself. This distro has Tcl 8.5.1. Hoo, nasty. Tcl_GetVar

Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-16 Thread Andrew Dunstan
Andrew Dunstan wrote: Devrim GÜNDÜZ wrote: Hi, On Sun, 2008-06-15 at 20:54 -0400, Andrew Dunstan wrote: Has anyone been able to get the tests to pass using Tcl 8.5.1? All regression tests passed on Fedora-9 while building new RPM sets. Do you specifically run the PL regres

Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-15 Thread Andrew Dunstan
Devrim GÜNDÜZ wrote: Hi, On Sun, 2008-06-15 at 20:54 -0400, Andrew Dunstan wrote: Has anyone been able to get the tests to pass using Tcl 8.5.1? All regression tests passed on Fedora-9 while building new RPM sets. Do you specifically run the PL regression tests? cheers and

Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-15 Thread Devrim GÜNDÜZ
Hi, On Sun, 2008-06-15 at 20:54 -0400, Andrew Dunstan wrote: > Has anyone been able to get the tests to pass using Tcl 8.5.1? All regression tests passed on Fedora-9 while building new RPM sets. Regards, -- Devrim GÜNDÜZ , RHCE PostgreSQL Replication, Consulting, Custom Development, 24x7 suppo

Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-15 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: Buildfarm bobcat is broken running the pltcl regression tests - see http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=bobcat&dt=2008-06-15%2022:43:01 and I have reproduced this on Fedora 9 myself. This distro has Tcl 8.5.1.

Re: [HACKERS] pltcl broken on tcl8.5 ?

2008-06-15 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Buildfarm bobcat is broken running the pltcl regression tests - see > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=bobcat&dt=2008-06-15%2022:43:01 > and I have reproduced this on Fedora 9 myself. This distro has Tcl 8.5.1. I missed 8.5.1, but I ca

[HACKERS] pltcl broken on tcl8.5 ?

2008-06-15 Thread Andrew Dunstan
Buildfarm bobcat is broken running the pltcl regression tests - see http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=bobcat&dt=2008-06-15%2022:43:01 and I have reproduced this on Fedora 9 myself. This distro has Tcl 8.5.1. I'm not sure exactly what has broken here, but I'm guessing it is so