Re: More long-string woes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joseph Barillari <jbarilla(at)princeton(dot)edu>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: More long-string woes
Date: 2002-05-05 06:01:40
Message-ID: 5364.1020578500@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Joseph Barillari <jbarilla(at)princeton(dot)edu> writes:
> [ problems with long literals in plpgsql ]

I'm amazed no one has noticed this before. plpgsql_dstring_append
is broken: it assumes it never needs to more than double the size
of the string.

Too tired to commit a fix tonight, but that's where the problem
lies...

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joel Burton 2002-05-05 06:19:34 Re: difficult query
Previous Message Masaru Sugawara 2002-05-05 05:43:16 Re: difficult query