Fix comment of StrategySyncStart()

Michael Paquier <michael@paquier.xyz>

Commit: f10676dc93fa7226190bb4d7d138bbc11dabe681
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-01-31T02:06:07Z
Releases: 17.3
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

Files

PathChange+/−
src/backend/storage/buffer/freelist.c modified +2 −2

Discussion