mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
Fix mistake in comment.
Kyotaro Horiguchi Discussion: http://postgr.es/m/20220708.145951.382076151410075693.horikyota.ntt@gmail.com
This commit is contained in:
parent
2cd2569c72
commit
b2d5b4c6e0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue