File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 *
3838 *
3939 * IDENTIFICATION
40- * $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.4 2004/07/31 00:45:33 tgl Exp $
40+ * $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.5 2004/08/04 16:24:26 tgl Exp $
4141 *
4242 *-------------------------------------------------------------------------
4343 */
@@ -602,9 +602,9 @@ ForwardFsyncRequest(RelFileNode rnode, BlockNumber segno)
602602 * AbsorbFsyncRequests
603603 * Retrieve queued fsync requests and pass them to local smgr.
604604 *
605- * This is exported because it must be called during CreateCheckpoint ;
605+ * This is exported because it must be called during CreateCheckPoint ;
606606 * we have to be sure we have accepted all pending requests *after* we
607- * establish the checkpoint redo pointer. Since CreateCheckpoint
607+ * establish the checkpoint redo pointer. Since CreateCheckPoint
608608 * sometimes runs in non-bgwriter processes, do nothing if not bgwriter.
609609 */
610610void
You can’t perform that action at this time.
0 commit comments