Re: pg 7.3.2 assert statement fails. process terminated

From: Thomas O'Dowd <tom(at)nooper(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg 7.3.2 assert statement fails. process terminated
Date: 2003-04-18 06:39:08
Message-ID: 1050647948.2215.153.camel@beast.uwillsee.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom,

On Fri, 2003-04-18 at 15:03, Tom Lane wrote:
> "Thomas O'Dowd" <tom(at)nooper(dot)com> writes:
> > I managed to narrow the crash down to a small regex. The database I'm
> > using is UTF-8 and the regex is encoded in EUC_JP.
>
> I'm wondering whether "char c" in p_ere() shouldn't be "pg_wchar c".

Thanks. I just tried this and it seems to solve the problem. How do I
run regression tests on the regex stuff to ensure it doesn't break
anything else?

Tom.
--
Thomas O'Dowd - Got a keitai? Get Nooped!
tom(at)nooper(dot)com - http://nooper.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Brown 2003-04-18 09:58:19 Re: pg_clog woes with 7.3.2 - Episode 2
Previous Message Stephan Szabo 2003-04-18 06:25:20 Re: [PERFORM] Foreign key performance