1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix mistake in comment.

Kyotaro Horiguchi

Discussion: http://postgr.es/m/20220708.145951.382076151410075693.horikyota.ntt@gmail.com
This commit is contained in:
Robert Haas 2022-07-11 13:32:23 -04:00
parent 2cd2569c72
commit b2d5b4c6e0

View File

@ -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