Re: failed Assert() in utf8_and_iso8859_1.c

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: zakkr(at)zf(dot)jcu(dot)cz, pgsql-hackers(at)postgresql(dot)org
Subject: Re: failed Assert() in utf8_and_iso8859_1.c
Date: 2002-09-13 06:41:51
Message-ID: 20020913.154151.85547319.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hmm, looks like all the conversion_procs files have
>
> Assert(len > 0);
>
> Surely that should be Assert(len >= 0)?
>
> I also notice that I neglected to change PG_RETURN_INT32(0) to
> PG_RETURN_VOID() in these files. That's only cosmetic, but
> probably it should be done.

Fixed.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2002-09-13 06:44:30 Re: 7.3beta and ecpg
Previous Message Tom Lane 2002-09-13 05:41:19 Re: DROP COLUMN misbehaviour with multiple inheritance