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