SlruPhysicalReadPage

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема SlruPhysicalReadPage
Дата
Msg-id 1224095875.3808.201.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответы Re: SlruPhysicalReadPage  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
SlruPhysicalReadPage() succeeds InRecovery if the file does not exist.

BUT, if the file exists but is wrong size then it will still fail even
InRecovery.

This seems inconsistent. Why is the first page OK to be created, but any
other pages after that cause failure? ISTM the first page is nothing
special.

I think this can cause recovery to fail *now*. What say you?

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP : change tablespace for a database
Следующее
От: rahulg
Дата:
Сообщение: Statistic Estimation in PostgreSQL