Thread: Addition to TODO
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
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
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