Comment fixes. Don't try to skip AbsorbFsyncRequests in bgwriter when in
authorHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 18 Feb 2009 14:06:34 +0000 (16:06 +0200)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Wed, 18 Feb 2009 14:06:34 +0000 (16:06 +0200)
commit02b0e85e1d8edb56add8a0be676edf6fc68ca280
tree423a8aebc2a233e5fb06bf5a14d4012707e7b232
parent960dc2526b423feac1ef0c6293531e8d20618578
Comment fixes. Don't try to skip AbsorbFsyncRequests in bgwriter when in
recovery. We do it elsewhere anyway, and it's a very inexpensive call.
src/backend/access/transam/xlog.c
src/backend/postmaster/bgwriter.c
src/backend/postmaster/postmaster.c
src/backend/storage/buffer/README
src/include/access/xlog.h
src/include/storage/pmsignal.h