Re: [SQL] BufTableDelete: BufferLookup table corrupted

2001-03-01 Thread Tom Lane
Blaise Carrupt <[EMAIL PROTECTED]> writes: > When I connect to database (with psql, e.g.), I receive the message > 'FATAL 1: BufTableDelete: BufferLookup table corrupted'. Try restarting the postmaster. AFAICS your problems are just with datastructures in shared memory, so a postmaster restart s

Re: [SQL] BufTableDelete: BufferLookup table corrupted

2001-03-01 Thread Blaise Carrupt
I restarted Postmaster and it works now ! Thanks. The only thing I can say about it is that I was in the middle of a transaction executed in background, using 100% CPU, and I killed the postmaster forked for my transaction (I work under HP-UX). Maybe I shouldn't do this... :) ___ B. Ca

[SQL] BufTableDelete: BufferLookup table corrupted

2001-03-01 Thread Blaise Carrupt
Hi all ! I'm working with PostgreSQL 7.0.2, and I may have a little problem : my database seems to be corrupted. When I connect to database (with psql, e.g.), I receive the message 'FATAL 1: BufTableDelete: BufferLookup table corrupted'. If I insist, I can enter the database. But then, a coup