Robert Treat <[EMAIL PROTECTED]> writes:
> The current wording implies that you replace arg1 with arg2 in arg3, but
> replace actually replaces occurences of arg2 with arg3 in arg1. Attached
> patch makes the function comment more closely resemble that, and is more
> in-line with the docs wordi
On 5/29/08, Robert Treat <[EMAIL PROTECTED]> wrote:
> On Saturday 24 May 2008 01:19:05 Jaime Casanova wrote:
> > On Sat, May 24, 2008 at 12:09 AM, Alvaro Herrera
> >
> > <[EMAIL PROTECTED]> wrote:
> > > Please add the patch to the commitfest page,
> >
> > Ah! I forgot we have a new process now... p
On Saturday 24 May 2008 01:19:05 Jaime Casanova wrote:
> On Sat, May 24, 2008 at 12:09 AM, Alvaro Herrera
>
> <[EMAIL PROTECTED]> wrote:
> > Please add the patch to the commitfest page,
>
> Ah! I forgot we have a new process now... patch added to the commitfest
> page...
>
What's the use case for
The current wording implies that you replace arg1 with arg2 in arg3, but
replace actually replaces occurences of arg2 with arg3 in arg1. Attached
patch makes the function comment more closely resemble that, and is more
in-line with the docs wording as well.
--
Robert Treat
Build A Brighter L
Tom Lane napsal(a):
Zdenek Kotala <[EMAIL PROTECTED]> writes:
Tom Lane napsal(a):
On the other hand, I remain unconvinced that this problem is severe
enough to justify much backporting work. AFAIK we've only seen one
occurence of a problem to date.
I know about two occurrence. One was report
Guillaume Smet wrote:
> On Wed, May 28, 2008 at 4:10 PM, Tom Lane <[EMAIL PROTECTED]> wrote:
> > If you've got any bug fixes you've been working on, now is a good time
> > to get them finished up and sent in...
>
> Has the s/\x09//g patch for psql from Bruce and you been
> backported to 8.3? I
Zdenek Kotala <[EMAIL PROTECTED]> writes:
> Tom Lane napsal(a):
>> On the other hand, I remain unconvinced that this problem is severe
>> enough to justify much backporting work. AFAIK we've only seen one
>> occurence of a problem to date.
> I know about two occurrence. One was reported on -bug
Tom Lane napsal(a):
Zdenek Kotala <[EMAIL PROTECTED]> writes:
I attached backported pg_lzcompress patch which is already in head for version
8.2 and 8.3.
Version 8.1 and prior contains more changes in decompress code and they does not
contain any check. Shell I backported it as well or it wil