Josh Berkus <j...@agliodbs.com> writes:
> It doesn't.  But what I don't trust, and the *first* place I'd look for 
> problems, is whether the OS flushes *all* dirty buffers to disk in the 
> event the application gets killed.

Why wouldn't you trust it?  The sort of thing you seem to be thinking
about would require tracking which process(es) wrote each dirty buffer
and then going back and dropping selected dirty buffers when a process
exits abnormally.  I can hardly imagine any OS wishing to do that.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to