aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2022-07-11 13:32:23 -0400
committerRobert Haas <rhaas@postgresql.org>2022-07-11 13:33:21 -0400
commitb2d5b4c6e09b2a505ced098d2cb1e7b015bfc50d (patch)
tree67cd7a805714fedb1562833401fe28830e861ce0 /src/backend/storage/buffer/bufmgr.c
parent2cd2569c72b8920048e35c31c9be30a6170e1410 (diff)
downloadpostgresql-b2d5b4c6e09b2a505ced098d2cb1e7b015bfc50d.tar.gz
postgresql-b2d5b4c6e09b2a505ced098d2cb1e7b015bfc50d.zip
Fix mistake in comment.
Kyotaro Horiguchi Discussion: http://postgr.es/m/20220708.145951.382076151410075693.horikyota.ntt@gmail.com
Diffstat (limited to 'src/backend/storage/buffer/bufmgr.c')
-rw-r--r--src/backend/storage/buffer/bufmgr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c
index e4de4b306c4..e257ae23e41 100644
--- a/src/backend/storage/buffer/bufmgr.c
+++ b/src/backend/storage/buffer/bufmgr.c
@@ -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