OSDN Git Service

Adjust CreateCheckpoint so that buffer dumping activities and cleanup of
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 May 2003 18:01:31 +0000 (18:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 May 2003 18:01:31 +0000 (18:01 +0000)
commit8d86a96068cfa129aaf10691cd992fffe99a43b0
tree2a74eeb4248302ab9088b7cb68d2a501e5ec9eb0
parent199f24e19d9f0ef1e2d625afe985e494c19dd859
Adjust CreateCheckpoint so that buffer dumping activities and cleanup of
dead xlog segments are not considered part of a critical section.  It is
not necessary to force a database-wide panic if we get a failure in these
operations.  Per recent trouble reports.
src/backend/access/transam/xlog.c