Fix comment of StrategySyncStart()
authorMichael Paquier <michael@paquier.xyz>
Fri, 31 Jan 2025 02:05:57 +0000 (11:05 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 31 Jan 2025 02:05:57 +0000 (11:05 +0900)
commit1e380fa7d82df8a1730b80a911f50952c711f2a8
tree92821e1bbc79d488438bfdda119216b024570c9c
parentb9d232b9de89aa9282f9a2e7c85f783bcd334af2
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