projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd2569
)
Fix mistake in comment.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 11 Jul 2022 17:32:23 +0000
(13:32 -0400)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/buffer/bufmgr.c
b/src/backend/storage/buffer/bufmgr.c
index e4de4b306c4e15d2d77cad4727b8d408deda86d2..e257ae23e41f83be5c1bd4c2bfd05a49e1f7e55c 100644
(file)
--- 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