RE: [BUGS] Loosing files after backend crash

2001-04-05 Thread Mikheev, Vadim
> The "relfilenode" attribute of the tuple contained the value > "326210". I tried to find the file with that name in the > database directory - it really was not there. Did you look in lost+found? > Thus, the backend crash has led not only to impossibility to > complete my task, but also to

Re: [BUGS] Loosing files after backend crash

2001-04-03 Thread Tom Lane
=?KOI8-R?Q?=F3=CF=CC=CF=C4=CF=D7=CE=C9=CB=CF=D7_=EB=CF=CE=D3=D4=C1?= =?KOI8-R?Q?=CE=D4=C9=CE?= <[EMAIL PROTECTED]> writes: >> It seems to me that your kernel must have lost that file for you; Postgres >> wouldn't have gone out and deleted it. > How could kernel _loose_ the file, which was already

RE: [BUGS] Loosing files after backend crash

2001-04-03 Thread Солодовников Константин
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 03, 2001 3:35 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [BUGS] Loosing files after backend crash > > > [EMAIL PROTECTED] writes: > > During exec

Re: [BUGS] Loosing files after backend crash

2001-04-02 Thread Tom Lane
[EMAIL PROTECTED] writes: > During execution of some sql code backend crashed (the reason for it's > crashing is not the actual topic of this report). > And tried to delete the sequence, which i created in the previous session. > That's what pgsql told me: > ---8<--- > Netflow_Test=# drop SEQUENCE

[BUGS] Loosing files after backend crash

2001-04-02 Thread pgsql-bugs
Konstantin Solodovnikov ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Loosing files after backend crash Long Description After a backend crash the file for my sequence cannot be found. I use PostgreSQL 7.1RC1 compiled by GCC