Thread: Addition to TODO

Addition to TODO

From
Bruce Momjian
Date:
In working with someone who had ext3 file system corruption, I found the
need for this capability I have added to the TODO list:
* Add 'tid != tid ' operator for use in corruption recovery

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: Addition to TODO

From
Tom Lane
Date:
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> In working with someone who had ext3 file system corruption, I found the
> need for this capability I have added to the TODO list:

>     * Add 'tid != tid ' operator for use in corruption recovery

WHERE NOT (tid = tid) ?
        regards, tom lane


Re: Addition to TODO

From
Bruce Momjian
Date:
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > In working with someone who had ext3 file system corruption, I found the
> > need for this capability I have added to the TODO list:
> 
> >     * Add 'tid != tid ' operator for use in corruption recovery
> 
> WHERE NOT (tid = tid) ?

Oh, that works?  Interesting.  Thanks.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073