Fix mistake in comment.
authorRobert Haas <rhaas@postgresql.org>
Mon, 11 Jul 2022 17:32:23 +0000 (13:32 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 11 Jul 2022 17:33:21 +0000 (13:33 -0400)
Kyotaro Horiguchi

Discussion: http://postgr.es/m/20220708.145951.382076151410075693.horikyota.ntt@gmail.com

src/backend/storage/buffer/bufmgr.c

index e4de4b306c4e15d2d77cad4727b8d408deda86d2..e257ae23e41f83be5c1bd4c2bfd05a49e1f7e55c 100644 (file)
@@ -3589,8 +3589,8 @@ FlushRelationBuffers(Relation rel)
  *
  *             This function flushes out of the buffer pool all the pages of all
  *             forks of the specified smgr relations.  It's equivalent to calling
- *             FlushRelationBuffers once per fork per relation.  The relations are
- *             assumed not to use local buffers.
+ *             FlushRelationBuffers once per relation.  The relations are assumed not
+ *             to use local buffers.
  * --------------------------------------------------------------------
  */
 void