We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd2569 commit b2d5b4cCopy full SHA for b2d5b4c
src/backend/storage/buffer/bufmgr.c
@@ -3589,8 +3589,8 @@ FlushRelationBuffers(Relation rel)
3589
*
3590
* This function flushes out of the buffer pool all the pages of all
3591
* forks of the specified smgr relations. It's equivalent to calling
3592
- * FlushRelationBuffers once per fork per relation. The relations are
3593
- * assumed not to use local buffers.
+ * FlushRelationBuffers once per relation. The relations are assumed not
+ * to use local buffers.
3594
* --------------------------------------------------------------------
3595
*/
3596
void
0 commit comments