]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix comment of StrategySyncStart()
authorMichael Paquier <michael@paquier.xyz>
Fri, 31 Jan 2025 02:06:10 +0000 (11:06 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 31 Jan 2025 02:06:10 +0000 (11:06 +0900)
commit3f14a6d84db2f21b5d61855c1df1943f7e95222b
treedb759a77792af7c91a07ca4d8b393664b770b2dd
parentb296e55b4272494c54a7a65bec99d60200480051
Fix comment of StrategySyncStart()

The top comment of StrategySyncStart() mentions BufferSync(), but this
function calls BgBufferSync(), not BufferSync().

Oversight in 9cd00c457e6a.

Author: Ashutosh Bapat
Discussion: https://postgr.es/m/CAExHW5tgkjag8i-s=RFrCn5KAWDrC4zEPPkfUKczfccPOxBRQQ@mail.gmail.com
Backpatch-through: 13
src/backend/storage/buffer/freelist.c