Re: 8.2beta1 (w32): server process crash (tsvector)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: me(at)alternize(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.2beta1 (w32): server process crash (tsvector)
Date: 2006-10-17 14:33:13
Message-ID: 17235.1161095593@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

<me(at)alternize(dot)com> writes:
> the following query will crash the server process:
> INSERT INTO news.news
> SELECT * FROM news.news2;

This is undoubtedly data-dependent. Can you supply some sample data
that makes it happen?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Troy 2006-10-17 15:38:20 Re: BUG #2695: Randomly repeated query execution
Previous Message Tom Lane 2006-10-17 14:31:44 Re: BUG #2697: 8.2beta1 SIGSEGV crash/assertion on insert statement w/ sub-select and placeholders