Re: BUG #3860: xpath crashes backend when is querying xmlagg result

From: Sokolov Yura <funny(dot)falcon(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3860: xpath crashes backend when is querying xmlagg result
Date: 2008-01-15 11:28:37
Message-ID: 478C98E5.9020908@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Tom Lane wrote:
> "Sokolov Yura" <funny(dot)falcon(at)gmail(dot)com> writes:
>
>> xpath() crashes backend when is querying particular xmlagg results.
>>
>
> Please see whether this patch fixes it:
>
> http://archives.postgresql.org/pgsql-committers/2008-01/msg00190.php
>
> The specific examples you give seem to be fixed, but that's not very
> much of a test case for such a low-level issue.
>
> regards, tom lane
>
>
I have no other tests. I was just playing with the cool new feature.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sokolov Yura 2008-01-15 13:20:32 BUG #3875: Building GIN index on full table could be slower than filling table with existing index.
Previous Message Mikey 2008-01-14 15:27:33 BUG #3874: Error updating database columns of type REAL

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2008-01-15 12:05:45 Re: SSL over Unix-domain sockets
Previous Message Neil Conway 2008-01-15 10:04:08 Re: Revised xml memory allocation patch