Re: connectby() minor bug in errormessage

From: Joe Conway <mail(at)joeconway(dot)com>
To: Nabil Sayegh <postgresql(at)e-trolley(dot)de>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: connectby() minor bug in errormessage
Date: 2003-06-25 02:37:44
Message-ID: 3EF90AF8.9090706@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-patches

Nabil Sayegh wrote:
> validateConnectbyTupleDesc
>
> When the fourth column (tupdesc->attrs[3]) fails the type check, the
> errormessage should be "fourth column must be..." and not "third column
> must be ..."
>
> line 1372
> http://www.joeconway.com/tablefunc.tar.gz
>

Yup, looks like a cut-n-pasteo.

Thanks,

Joe

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Joe Conway 2003-06-25 02:57:00 Re: [NOVICE] connectby() minor bug in errormessage
Previous Message Joe Conway 2003-06-25 02:34:19 Re: recursive function needs static variable

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2003-06-25 02:57:00 Re: [NOVICE] connectby() minor bug in errormessage
Previous Message Joe Conway 2003-06-25 02:24:46 Re: bytea char escaping