Andres Freund <and...@2ndquadrant.com> writes: > The case I am worried most about is queries like: > SELECT a, b FROM f WHERE f > ROW(38, 'whatever') ORDER BY f; > I've seen such generated by a some query generators for paging. But I > guess that's something we're going to have to accept.
Meh ... is it likely that the columns involved in an ordering comparison would be so wide as to be toasted out-of-line? Such a query would only be fast if the row value were indexed, which would pretty much preclude use of wide columns. I'm actually more worried about the function-returning-tuple case, as that might bite people who thought they'd use some cute functional notation or other and it wouldn't cost 'em anything. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers