diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/storage/buffer/bufmgr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c index e4de4b306c..e257ae23e4 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 |