Re: SQL99 Hierarchical queries

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Evgen Potemkin <eugen(dot)potemkin(at)gmail(dot)com>
Cc: Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: SQL99 Hierarchical queries
Date: 2005-03-11 03:40:09
Message-ID: 42311319.3050306@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Evgen,

How's the syncing with HEAD going?

Cheers,

Chris

Evgen Potemkin wrote:
> Ok, I'm started porting it to 8.0.1 and will fix this also.
> By the way, did you know any test suit for such queries? To make some
> regression test.
>
> Regards, Evgen
>
>>I tested you patch, and it's good work. I would all methods in PostgreSQL.
>>I found query which kill backand
>>
>>WITH t AS (
>> SELECT 0::int AS i
>> UNION ALL SELECT i + 1 FROM t WHERE i < 100)
>>SELECT * FROM t;
>>
>>Regards
>>Pavel Stehule
>>
>>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-03-11 03:58:27 Re: [pgsql-hackers-win32] snprintf causes regression tests
Previous Message Kevin Brown 2005-03-11 02:00:08 Re: fool-toleranced optimizer