Re: [BUGS] PostgreSQL

2003-01-11 Thread Robert Hentosh
On Fri, 10 Jan 2003, Om Computer & Software S.R.L. wrote: > When inserting a row into a table, if there is a varchar column and if > in that column the value to be inserted is a zero length string (like > ''), then instead of writing a null value, PostgreSQL writes that zero > length string. We ar

Re: [BUGS] Bug #807: Sequence currupted on recovery after kill -9

2002-10-29 Thread Robert Hentosh
On Tue, 29 Oct 2002 [EMAIL PROTECTED] wrote: > Matt Thompson ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more severe it is. > > Short Description > Sequence currupted on recovery after kill -9 > > Long Description > If you create a file with an implied seque

Re: [BUGS] Regression test failure.

2002-10-22 Thread Robert Hentosh
On Tue, 22 Oct 2002, Tom Lane wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Tom Lane writes: > >> Robert Hentosh <[EMAIL PROTECTED]> writes: > > I am receiving a regression test failure in about 1 out of 12 test runs. > >> >

Re: [BUGS] Regression test failure.

2002-10-22 Thread Robert Hentosh
On Tue, 22 Oct 2002, Tom Lane wrote: > Robert Hentosh <[EMAIL PROTECTED]> writes: > > I am receiving a regression test failure in about 1 out of 12 test runs. > > I am amazed no one has reported this before :-( > > Upon looking, I see that the parallel test schedule

[BUGS] Regression test failure.

2002-10-22 Thread Robert Hentosh
I am receiving a regression test failure in about 1 out of 12 test runs. I searched the bugs mailling list and have not found a similar problem. The system is a RedHat 7.3 system running the UP kernel 2.4.18-10 on an 800MHz Athlon. I didn't do any kernel tuning. I am compiling postgresql-7.2.

Re: [BUGS] PostgreSQL 7.1.1: Backend crash when calling plpgsql function

2001-05-09 Thread Robert Hentosh
This looks similar to the issue I reported. Tom has already placed a patch in CVS that works for me. fetch the latest pgsql/src/pl/plpgsql/src/pl_exec.c file from CVS in the REL7_1_STABLE branch. Going back to 7.1 also fixes this problem. On Wed, May 09, 2001 at 08:54:03AM -0400, [EMAIL PRO

Re: [BUGS] Another plpgsql crash

2001-05-09 Thread Robert Hentosh
See reply to your previous bug report. 7.1 doesn't have this problem or fetch the latest from CVS's REL7_1_STABLE branch. On Wed, May 09, 2001 at 09:15:16AM -0400, [EMAIL PROTECTED] wrote: > ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more severe it is. >

Re: [BUGS] Re: backend dies on 7.1.1 loading large datamodel.

2001-05-07 Thread Robert Hentosh
On Mon, May 07, 2001 at 08:28:33PM -0400, Tom Lane wrote: > Robert Hentosh <[EMAIL PROTECTED]> writes: > > I just put the datamodel at http://www.io.com/~hentosh/sql.tar.gz > > Hm. I notice that postgres.sql hardwires the location of the plpgsql > handl

[BUGS] Re: backend dies on 7.1.1 loading large datamodel.

2001-05-07 Thread Robert Hentosh
On Mon, May 07, 2001 at 05:14:48PM -0500, Robert Hentosh wrote: :: snip :: > I can send the datamodel and core file if needed. I loaded GDB with the > core file and got the following: I just put the datamodel at http://www.io.com/~hentosh/sql.tar.gz ---(

[BUGS] backend dies on 7.1.1 loading large datamodel.

2001-05-07 Thread Robert Hentosh
I just checked out CVS this morning the REL7_1_STABLE branch. I configured it with: ./configure --enable-debug and ran the regression test fine on OpenBSD 2.8 (AMD processor) (The same problem has been reproduced by someone else on RH6.2) I then proceed to load the OpenACS datamodel and

Re: [BUGS] Build fails for pl/tcl on OpenBSD

2001-05-05 Thread Robert Hentosh
On Sat, May 05, 2001 at 08:48:51PM -0400, Tom Lane wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > > Anyway, the problem here seems to be that the tclConfig.sh file does not > > provide a variable that gives a hint where to look for include files. > > 'Twould be nicer if it did that, a

[BUGS] Build fails for pl/tcl on OpenBSD

2001-05-04 Thread Robert Hentosh
POSTGRESQL BUG REPORT TEMPLATE Your name : Hentosh Your email address : [EMAIL PROTECTED] Syste

Re: [BUGS] PostgreSQL 7.0.2 Date Miscalculation

2001-04-02 Thread Robert Hentosh
On Mon, Apr 02, 2001 at 07:52:42PM -0400, [EMAIL PROTECTED] wrote: > Jay Guerette ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more severe it is. > > Short Description > PostgreSQL 7.0.2 Date Miscalculation > > Long Description > PostgreSQL 7.0.2 > > The REL

Re: [BUGS] No Postgres Bug! Heavy downloading problems...

2001-02-28 Thread Robert Hentosh
On Wed, Feb 28, 2001 at 10:08:50AM -0500, [EMAIL PROTECTED] wrote: > Juri Memmert ([EMAIL PROTECTED]) reports a bug with a severity of 3 > The lower the number the more severe it is. > > Short Description > No Postgres Bug! Heavy downloading problems... > > Long Description > Greetings and sorry

Re: [BUGS] Intermittent Regression test failure in create_misc

2001-02-27 Thread Robert Hentosh
On Mon, Feb 26, 2001 at 10:34:05PM -0500, Tom Lane wrote: > Robert Hentosh ([EMAIL PROTECTED]) writes: > > Postgresql was compiled with ./configure --enable-syslog after > > modifying "#define BLCKSZ 16384" in src/include/config.h.in > > Hm. I wonder if that i