"Jim Buttafuoco" <jim(at)contactbda(dot)com> writes:
> Postgres on one of my big database servers just crashed with the following message
> PANIC: right sibling's left-link doesn't match
> Does any one have any idea's what might cause this.
Corrupted btree index. REINDEX should help, though I'm afraid the error
message isn't very helpful about identifying which index is busted.
regards, tom lane