Обсуждение: RE: WAL status update

Поиск
Список
Период
Сортировка

RE: WAL status update

От
"Mikheev, Vadim"
Дата:
> > The first test did not go very well.  I did a fresh compile, initdb,
> > started the postmaster, ran 'make installcheck' (sequential 
> > regression tests), and sent a kill -QUIT to the postmaster during the 
> > numeric test.
> > Then I restarted the postmaster and got a load of lines like
> > 
> > REDO @ 0/434072; LSN 0/434100: prev 0/433992; xprev 0/433992; xid
> > 17278: Transaction - commit: 2000-10-31 23:21:29
> > REDO @ 0/434100; LSN 0/434252: prev 0/434072; xprev 0/0; xid 
> > 17279: Heap - insert: node 19008/1259; cid 0; tid 1/43
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Is this *the last* output just before abort?
> I need to know in what stage abort occured.
> Could you look at core file too?
> 
> > after which it finished with
> > 
> > Startup failed - abort

Fixed. Thanks for pointing to the problem!

Vadim