Re: corrupted item pointer:???
От | hubert depesz lubaczewski |
---|---|
Тема | Re: corrupted item pointer:??? |
Дата | |
Msg-id | 9e4684ce0604130342q7f19ac2cvea00e003e9cf1b2c@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: corrupted item pointer:??? (Richard Huxton <dev@archonet.com>) |
Ответы |
Re: corrupted item pointer:???
Re: corrupted item pointer:??? |
Список | pgsql-general |
On 4/13/06, Richard Huxton <dev@archonet.com> wrote:
indices were recreated (reindex table), so i think this is data related problem.
nope. uptime is over 40 days.
the machine is not used for anything else so i can't tell anything, but i didn't see any problems with it.
sure:
irr=# show fsync;
fsync
-------
on
(1 row)
irr=# show wal_sync_method;
wal_sync_method
-----------------
fdatasync
(1 row)
irr=# show full_page_writes;
full_page_writes
------------------
on
(1 row)
depesz
Hmm - I believe that means a data/index block was corrupted.
indices were recreated (reindex table), so i think this is data related problem.
Have you seen any crashes, or hardware-related errors in your logs?
nope. uptime is over 40 days.
the machine is not used for anything else so i can't tell anything, but i didn't see any problems with it.
What are your config settings, particularly the first three here:
http://www.postgresql.org/docs/8.1/static/runtime-config-wal.html
fsync, wal_sync_method, full_page_writes
sure:
irr=# show fsync;
fsync
-------
on
(1 row)
irr=# show wal_sync_method;
wal_sync_method
-----------------
fdatasync
(1 row)
irr=# show full_page_writes;
full_page_writes
------------------
on
(1 row)
depesz
В списке pgsql-general по дате отправления: