Re: contrib/dblink update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/dblink update
Date: 2002-04-15 05:02:58
Message-ID: 7264.1018846978@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Joe Conway <mail(at)joeconway(dot)com> writes:
> On a somewhat unrelated topic, I never got any feedback on the
> unknownin/out patch and the mb_substring patch. Is there anything else I
> need to do to get those applied?

In my mind, the unknownin/out business was waiting on commentary from
Tatsuo or Hiroshi on whether it was a bug for the TEXT code to be
rejecting byte sequences that had got by the initial pq_getstr
conversion. If it is, then we should be fixing TEXT not adding new code
for UNKNOWN. But if TEXT's behavior is considered desirable then we'll
need to change UNKNOWN.

Is the mb patch the one that fixes John Gray's oversight in substring?
If so, I thought that was due to be applied. Bruce, were you going to
do that?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Loftis 2002-04-15 05:12:36 Re: ANSI Compliant Inserts
Previous Message Peter Eisentraut 2002-04-15 04:52:21 Re: [PATCHES] ANSI Compliant Inserts