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-000R0f-Nl@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
------
master

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

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.