File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
*
38
38
*
39
39
* 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 $
41
41
*
42
42
*-------------------------------------------------------------------------
43
43
*/
@@ -602,9 +602,9 @@ ForwardFsyncRequest(RelFileNode rnode, BlockNumber segno)
602
602
* AbsorbFsyncRequests
603
603
* Retrieve queued fsync requests and pass them to local smgr.
604
604
*
605
- * This is exported because it must be called during CreateCheckpoint ;
605
+ * This is exported because it must be called during CreateCheckPoint ;
606
606
* 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
608
608
* sometimes runs in non-bgwriter processes, do nothing if not bgwriter.
609
609
*/
610
610
void
You can’t perform that action at this time.
0 commit comments