From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Correlated subselect in regression test |
Date: | 2005-06-08 14:17:32 |
Message-ID: | 1406.1118240252@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> The regression test file subselect.sql contains the following query under the
> heading "Correlated subselects":
> SELECT '' AS five, f1 AS "Correlated Field"
> FROM SUBSELECT_TBL
> WHERE (f1, f2) IN (SELECT f2, CAST(f3 AS int4) FROM SUBSELECT_TBL
> WHERE f3 IS NOT NULL);
> It has been pointed out to me that there is no correlation in this query. Is
> there some other special purpose to this query or is it simply categorized
> wrongly?
I think it's just mislabeled. Looking at the CVS history, that
particular query hasn't been changed since Tom Lockhart first created
this test back in 6.3. I don't see any reason to think it has a
special purpose in mind.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2005-06-08 14:30:44 | Re: [PATCHES] regexp_replace |
Previous Message | Euler Taveira de Oliveira | 2005-06-08 13:40:45 | Re: The Contrib Roundup (long) |