pgsql: Fix comment of SimpleLruInit() in slru.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment of SimpleLruInit() in slru.c
Date
Msg-id E1ot24l-000R0j-Ot@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment of SimpleLruInit() in slru.c

sync_handler was not mentioned in the comment block of the function.

Oversight in dee663f.

Author: Aleksander Alekseev
Discussion: https://postgr.es/m/CAJ7c6TPUd9BwNY47TtMxaijLHSbyHNdhu=kvbGnvO_bi+oC6_Q@mail.gmail.com
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9e0321135cae1328cd4355399561428b474fce43

Modified Files
--------------
src/backend/access/transam/slru.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Apply a better fix to mdunlinkfork().
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix comments atop ReorderBufferAddInvalidations.