Re: [PORTS] Port Bug Report: unable to insert a string into a field > 4K

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: DJ Morgan <morgandj(at)usa(dot)net>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Port Bug Report: unable to insert a string into a field > 4K
Date: 1999-07-15 13:43:20
Message-ID: 199907151343.JAA08113@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

This is fixed in 6.5.

> Problem Description:
> --------------------
> When I was running 6.3.2 I was able to insert strings
> > than 7K into a field. Having upgraded to 6.4 I find that
> the backend processes 'postgres' just die.
>
>
> --------------------------------------------------------------------------
>
> Test Case:
> ----------
> Create table test (s text);
> insert into s values (5000 bytes of spaces);

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message vitaliy 1999-07-15 19:10:51 BUGS!!!
Previous Message Bruce Momjian 1999-07-15 13:42:30 Re: [PORTS] RedHat6.0 & Alpha