diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-03 14:51:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-07-03 14:51:24 +0000 |
commit | 83aaebba63a51cf2207b69e89ead767f3a82ce88 (patch) | |
tree | b48b02aaf0c28ece442d678cee3f412485d3c020 /src/backend/utils/adt/timestamp.c | |
parent | a55898131e0c68efc5836a6cada8e34e47678b71 (diff) |
Fix incorrect comment about the timing of AbsorbFsyncRequests() during
checkpoint. The comment claimed that we could do this anytime after
setting the checkpoint REDO point, but actually BufferSync is relying
on the assumption that buffers dumped by other backends will be fsync'd
too. So we really could not do it any sooner than we are doing it.
Diffstat (limited to 'src/backend/utils/adt/timestamp.c')
0 files changed, 0 insertions, 0 deletions