Re: [HACKERS] ctid matching behavior changed?

2003-09-25 Thread Tom Lane
"Greg Sabino Mullane" <[EMAIL PROTECTED]> writes: > Why is the subselect never executed for the inner select? Fixed. I'm kinda surprised that code ever worked; it was trying to run a sub-plan before the rest of the executor was set up. regards, tom lane -

[HACKERS] ctid matching behavior changed?

2003-09-25 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Why is the subselect never executed for the inner select? pgrocks=> SELECT VERSION() UNION ALL SELECT oid::text FROM pg_class WHERE ctid = (SELECT ctid FROM pg_class LIMIT 1);