pgsql: Fix comment of SimpleLruInit() in slru.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment of SimpleLruInit() in slru.c
Date: 2022-11-10 07:34:16
Message-ID: E1ot24l-000R0f-Nl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5ca3645cb3fb4b8b359ea560f6a1a230ea59c8bc

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-11-10 12:01:49 pgsql: Fix comments atop ReorderBufferAddInvalidations.
Previous Message Tom Lane 2022-11-09 19:15:54 pgsql: Apply a better fix to mdunlinkfork().