Re: TODO item - tid <> operator - Mailing list pgsql-patches

From Neil Conway
Subject Re: TODO item - tid <> operator
Date
Msg-id 1130141171.8506.29.camel@localhost.localdomain
Whole thread Raw
In response to TODO item - tid <> operator  (Mark Kirkwood <markir@paradise.net.nz>)
Responses Re: TODO item - tid <> operator
List pgsql-patches
On Mon, 2005-24-10 at 20:09 +1300, Mark Kirkwood wrote:
> *** src/backend/utils/adt/tid.c    27 May 2005 00:57:49 -0000    1.49
> --- src/backend/utils/adt/tid.c    24 Oct 2005 02:34:51 -0000
> ***************
> *** 174,180 ****
>                      arg1->ip_posid == arg2->ip_posid);
>   }
>
> - #ifdef NOT_USED
>   Datum
>   tidne(PG_FUNCTION_ARGS)
>   {
> --- 174,179 ----
> ***************
> *** 185,191 ****
>                      BlockIdGetBlockNumber(&(arg2->ip_blkid)) ||
>                      arg1->ip_posid != arg2->ip_posid);
>   }
> - #endif
>
>   /*
>    *    Functions to get latest tid of a specified tuple.

You also probably want to add the declaration for tidne() to
include/utils/builtins.h

-Neil



pgsql-patches by date:

Previous
From: Mark Kirkwood
Date:
Subject: TODO item - tid <> operator
Next
From: Andrew Dunstan
Date:
Subject: Re: Another small pl/perl patch