Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cedd05e

Browse files
committed
Fix typo in comment.
1 parent c6d3158 commit cedd05e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/postmaster/bgwriter.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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
*/
610610
void

0 commit comments

Comments
 (0)