question about how postgres writes to disk - Mailing list pgsql-admin

From anypossibility
Subject question about how postgres writes to disk
Date
Msg-id 12c41b8660e.6351546402247124456.-2698416702660123492@zoho.com
Whole thread Raw
List pgsql-admin
I am running postgres and data directory is on network volume.
postgres version 8.3
Server Crashed: 10:00 pm
Last known up: 9:30 pm (from log)
Checkpoint_Segments setting = 3 (conf)
When postgres try to recover from the crash it has no access to storage.
Once storage volume is re-connected:
There were index corruptions
Also some missing data... All records seems to be updated before/after Last know up (9:30).
I understand that some updates were in cache and haven't been written to the disk yet hence updates are lost.
However, it seems that record that were created long time ago (but updated before the crash occurs) is completely missing (unable to find even after reindex is done).
Does this make sense? or Is this impossible and record might be somewhere on the disk? 
Thank you very much for your time in advance.

pgsql-admin by date:

Previous
From: Dinesh Bhandary
Date:
Subject: Re: GUI ERD/ERM tools?
Next
From: "Kevin Grittner"
Date:
Subject: Re: question about how postgres writes to disk