Addition to TODO

Started by Bruce Momjianabout 21 years ago3 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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, Pennsylvania 19073
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: Addition to TODO

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

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: Addition to TODO

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, Pennsylvania 19073