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

Commit b2d5b4c

Browse files
committed
Fix mistake in comment.
Kyotaro Horiguchi Discussion: http://postgr.es/m/20220708.145951.382076151410075693.horikyota.ntt@gmail.com
1 parent 2cd2569 commit b2d5b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/buffer/bufmgr.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3589,8 +3589,8 @@ FlushRelationBuffers(Relation rel)
35893589
*
35903590
* This function flushes out of the buffer pool all the pages of all
35913591
* 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.
3592+
* FlushRelationBuffers once per relation. The relations are assumed not
3593+
* to use local buffers.
35943594
* --------------------------------------------------------------------
35953595
*/
35963596
void

0 commit comments

Comments
 (0)