Reorganize clog's error reporting so that PANIC on clog I/O error can

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0851e122441e33d21022540857581b857293aa67
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-04-14T17:31:33Z
Releases: 7.4.1
Reorganize clog's error reporting so that PANIC on clog I/O error can
be reduced to a plain ERROR.  Should make it at least a little less
painful to deal with data-corruption problems.

Files

PathChange+/−
src/backend/access/transam/clog.c modified +135 −30