pgsql: Fix comment of StrategySyncStart() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment of StrategySyncStart()
Date
Msg-id E1tdgQl-004Wrv-BV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/71832a189b198d483fab61a529d48a417e64619c

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use "ssize_t" not "long" in max_stack_depth-related code.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add pgstat_drop_matching_entries() to pgstats