Fatal Errors

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fatal Errors
Date: 2008-09-29 14:22:23
Message-ID: 1222698143.4445.1247.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Is it possible to have a FATAL error that crashes a backend and for it
to *not* have written an abort WAL record for any previously active
transaction?

I think yes, but haven't managed to create this situation while testing
for it. If we either *always* write a WAL record, or PANIC then that
makes some coding easier, so seems sensible to check.

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2008-09-29 14:25:10 Re: parallel pg_restore - WIP patch
Previous Message Tom Lane 2008-09-29 14:13:59 Re: [PATCHES] Infrastructure changes for recovery