[BUGS] backend crashes with mnogosearch

2001-04-07 Thread Nick Wellnhofer
hi postgres-team, i have set up a the mnogosearch engine on our webserver using postgresql version 7.0.2. in the last time i experienced server errors when searching for certain keywords. it turned out that the problem was the database crashing on certain select statements on the mnogosearch url

[BUGS] error creating table that worked under 7.0.3

2001-04-07 Thread Kyle F. Downey
- Postgresql 7.1RC2 - installed from the RPM on Red Hat 7.0 on x86 - fresh databases built (initdb) - error happens connecting with psql on UNIX domain sockets, but there's no evidence it's exclusive to that interface I am not sure whether this is a bug or a tightening-up of a previous loose SQL

[BUGS] runtest bug and bigcheck problems

2001-04-07 Thread Rick Touchette
Some background: Version: postgresql-7.0.3 installed in nonstandard location (/home/nssrta/pgsql) OS:Solaris 2.6 (patch level unknown, but definitely not current) Running under the installed user id Item #1 Bug in runtest: In order to get the runtest regression test to wor

Re: [BUGS] PostgreSQL 7.0.2 Date Miscalculation

2001-04-07 Thread Jay Guerette
Justin, I am using the Redhat 7.0 distribution, updated with a 2.2.18 kernel. > Hi Jay, > > Which OS are you using? Mandrake-Linux 7.2 is known to have bugs in > the version of PostgreSQL they supply as RPM's. > > Regards and best wishes, > > Justin Clift > > [EMAIL PROTECTED] wrote: >> >> Jay

[BUGS] Numeric modulo operator is incorrect.

2001-04-07 Thread Ken-ichi Yamasaki
Dear sir, I build PostgreSQL 7.0.3 with jumbo-20010318.patch.gz on Vine Linux2.1.5. Following result are incorrect. Am I under an illusion? test=# select '3424082'::numeric % '3471'::numeric; ?column? -- -46918 (1 row) test=# select '3424082'::numeric - '3471'::num

[BUGS] Numeric modulo operator is incorrect.

2001-04-07 Thread Ken-ichi Yamasaki / 山崎賢一
Dear sir, I build PostgreSQL 7.0.3 with jumbo-20010318.patch.gz on Vine Linux2.1.5. Following result are incorrect. Am I under an illusion? test=# select '3424082'::numeric % '3471'::numeric; ?column? -- -46918 (1 row) test=# select '3424082'::numeric - '3471'::nume