Re: failed Assert() in utf8_and_iso8859_1.c - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: failed Assert() in utf8_and_iso8859_1.c
Date
Msg-id 20020913.154151.85547319.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: failed Assert() in utf8_and_iso8859_1.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: DROP COLUMN misbehaviour with multiple inheritance
Next
From: Michael Meskes
Date:
Subject: Re: 7.3beta and ecpg