Fix comment of StrategySyncStart()
authorMichael Paquier <michael@paquier.xyz>
Fri, 31 Jan 2025 02:06:12 +0000 (11:06 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 31 Jan 2025 02:06:12 +0000 (11:06 +0900)
commit71832a189b198d483fab61a529d48a417e64619c
tree9440ffcad6d3387fd3a273efde50dbb0f14d4f90
parent6a33bb35c0411e298c99dfd4b40772c3f91f08ad
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