Commit cedd05ed authored by Tom Lane's avatar Tom Lane

Fix typo in comment.

parent c6d3158f
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.4 2004/07/31 00:45:33 tgl Exp $ * $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.5 2004/08/04 16:24:26 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -602,9 +602,9 @@ ForwardFsyncRequest(RelFileNode rnode, BlockNumber segno) ...@@ -602,9 +602,9 @@ ForwardFsyncRequest(RelFileNode rnode, BlockNumber segno)
* AbsorbFsyncRequests * AbsorbFsyncRequests
* Retrieve queued fsync requests and pass them to local smgr. * Retrieve queued fsync requests and pass them to local smgr.
* *
* This is exported because it must be called during CreateCheckpoint; * This is exported because it must be called during CreateCheckPoint;
* we have to be sure we have accepted all pending requests *after* we * we have to be sure we have accepted all pending requests *after* we
* establish the checkpoint redo pointer. Since CreateCheckpoint * establish the checkpoint redo pointer. Since CreateCheckPoint
* sometimes runs in non-bgwriter processes, do nothing if not bgwriter. * sometimes runs in non-bgwriter processes, do nothing if not bgwriter.
*/ */
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment