This is a discussion on Addition to TODO within the pgsql Hackers forums, part of the PostgreSQL category; --> In working with someone who had ext3 file system corruption, I found the need for this capability I have ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |
| ||||
| 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 ---------------------------(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 |