[BUGS] List of bugs

2002-12-04 Thread ILIR GASHI
Hi, My name is Ilir Gashi and I am a final year student at City University, London, UK. I am doing the final year project, titled "Failure diversity between PostgreSQL and Interbase", which is part of an ongoing reserach at the University the aim of which is to test if there is a gain in reliabili

Re: [BUGS] List of bugs

2002-12-04 Thread Tom Lane
ILIR GASHI <[EMAIL PROTECTED]> writes: > My question is do you maintain a list of known bugs > with the detailed descriptions of the causes of the > bug. We do not. You could grovel through the archives of pgsql-bugs though... regards, tom lane --

Re: [BUGS] List of bugs

2002-12-04 Thread Bruce Momjian
Tom Lane wrote: > ILIR GASHI <[EMAIL PROTECTED]> writes: > > My question is do you maintain a list of known bugs > > with the detailed descriptions of the causes of the > > bug. > > We do not. You could grovel through the archives of pgsql-bugs > though... I think the TODO list would give you so

[BUGS] Bug #835: round(double precision,integer) function in 7.3 does not work

2002-12-04 Thread pgsql-bugs
Eugene von Niederhausern ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description round(double precision,integer) function in 7.3 does not work Long Description round(double precision,integer) does not work with 7.3. This function did w

Re: [BUGS] Bug #835: round(double precision,integer) function in 7.3 does not work

2002-12-04 Thread Tom Lane
> round(double precision,integer) function in 7.3 does not work There isn't a round(double, integer) function in 7.3, and there wasn't one in 7.2 either. 7.3 forces you to write the cast to numeric explicitly. regards, tom lane ---(end of broadca

Re: [BUGS] List of bugs

2002-12-04 Thread ILIR GASHI
Hi, Thanks for the quick response. I was looking through the archives of pgsql-bugs and I saw that the number of bugs reported is 830 something. Does that mean that these bugs are all for the latest version or for all the versions. If it is for all versions than in some cases it wasn't specified

Re: [BUGS] List of Bugs

2002-12-04 Thread ILIR GASHI
Hi, Thanks for the quick response. I was looking through the archives of pgsql-bugs and I saw that the number of bugs reported is 830 something. Does that mean that these bugs are all for the latest version or for all the versions. If it is for all versions than in some cases it wasn't specified

[BUGS] Bug #836: Deadlock during insert w/o autocommit

2002-12-04 Thread pgsql-bugs
Alexander Kirpa ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Deadlock during insert w/o autocommit Long Description Deadlock during insert w/o autocommit in 2 tables with check to table3. Environment Postgres 7.2.3(cygwin) &

Re: [BUGS] Bug #836: Deadlock during insert w/o autocommit

2002-12-04 Thread Stephan Szabo
On Wed, 4 Dec 2002 [EMAIL PROTECTED] wrote: > Alexander Kirpa ([EMAIL PROTECTED]) reports a bug with a severity of 1 > The lower the number the more severe it is. > > Short Description > Deadlock during insert w/o autocommit > > Long Description > Deadlock during insert w/o autocommit in 2 table