Re: Patch to support ordering of tid - Mailing list pgsql-patches

From Rod Taylor
Subject Re: Patch to support ordering of tid
Date
Msg-id 1031580313.268.1.camel@jester
Whole thread Raw
In response to Patch to support ordering of tid  ("Arturo Josè Montes Sinning"<mitosys@colomsat.net.co>)
List pgsql-patches
I think the patch is backwards.  Seems to be removing tidlt/tidgt.

Could you resubmit as a recursive context diff?



On Sun, 2002-09-08 at 22:52, Arturo Josè Montes Sinning wrote:
> Hi
>
> I am submitting a patch to support order based on columns with tid.
> Look the example
>
> select ctid, * from pg_type
> order by 1 desc
>
> Or
>
> select distinct t1.ctid, * from pg_type t1
>
> The file patch.tgz containts diff files relative to src directory.
>
> Thanks
>
> Arturo
> ----
>

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
--
  Rod Taylor


pgsql-patches by date:

Previous
From: "Arturo Josè Montes Sinning"
Date:
Subject: Patch to support ordering of tid
Next
From: Peter Eisentraut
Date:
Subject: Re: cube and earthdistance diffs