pgsql: Fix comment of StrategySyncStart()

Started by Michael Paquierover 1 year ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/CAExHW5tgkjag8i-s=RFrCn5KAWDrC4zEPPkfUKczfccPOxBRQQ@mail.gmail.com
Backpatch-through: 13

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f10676dc93fa7226190bb4d7d138bbc11dabe681

Modified Files
--------------
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)